![]() |
ndn-lite
|
The structure to keep an ECC public key. More...
#include <ndn-lite-ecc.h>

Data Fields | |
| abstract_ecc_pub_key_t | abs_key |
| uint32_t | key_id |
| The KEY ID of current key. More... | |
| uint8_t | curve_type |
| The curve type of current key. More... | |
The structure to keep an ECC public key.
| abstract_ecc_pub_key_t ndn_ecc_pub::abs_key |
| uint8_t ndn_ecc_pub::curve_type |
The curve type of current key.
Can be secp160r1, secp192r1, secp224r1, secp256r1, secp256k1.
| uint32_t ndn_ecc_pub::key_id |
The KEY ID of current key.
Should be unique.
1.8.15