Mbed OS Reference
|
The ECP key-pair structure. More...
#include <ecp.h>
Data Fields | |
mbedtls_ecp_group | grp |
mbedtls_mpi | d |
mbedtls_ecp_point | Q |
The ECP key-pair structure.
A generic key-pair that may be used for ECDSA and fixed ECDH, for example.
Definition at line 381 of file mbedtls/include/mbedtls/ecp.h.
Elliptic curve and base point
Definition at line 383 of file mbedtls/include/mbedtls/ecp.h.
our secret value
Definition at line 384 of file mbedtls/include/mbedtls/ecp.h.
our public value
Definition at line 385 of file mbedtls/include/mbedtls/ecp.h.