![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
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.
mbedtls_mpi mbedtls_ecp_keypair::d |
our secret value
mbedtls_ecp_group mbedtls_ecp_keypair::grp |
Elliptic curve and base point
mbedtls_ecp_point mbedtls_ecp_keypair::Q |
our public value