![]() |
nRF5 SDK
v15.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
Structure holding information on a specific curve. More...
#include <nrf_crypto_ecc.h>
Data Fields | |
uint16_t | public_key_size |
Size of a structure holding internal public key. | |
uint16_t | private_key_size |
Size of a structure holding internal private key. | |
nrf_crypto_ecc_curve_type_t | curve_type |
Type of the curve. | |
uint8_t | raw_private_key_size |
Size of a buffer containing raw private key. | |
uint8_t | raw_public_key_size |
Size of a buffer containing raw public key. | |
void * | p_backend_data |
Field to hold backend specific internal data. | |
Structure holding information on a specific curve.