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.
|
|
Detailed Description
Structure holding information on a specific curve.
- Note
- This structure cannot be used to create a new variable. Only the variables defined by this library can be used, e.g. g_nrf_crypto_ecc_secp256r1_curve_info .
- components/libraries/crypto/nrf_crypto_ecc.h