ndn-lite
Data Fields
ndn_ecc_pub Struct Reference

The structure to keep an ECC public key. More...

#include <ndn-lite-ecc.h>

Collaboration diagram for ndn_ecc_pub:
Collaboration graph

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...
 

Detailed Description

The structure to keep an ECC public key.

Field Documentation

◆ abs_key

abstract_ecc_pub_key_t ndn_ecc_pub::abs_key

◆ curve_type

uint8_t ndn_ecc_pub::curve_type

The curve type of current key.

Can be secp160r1, secp192r1, secp224r1, secp256r1, secp256k1.

◆ key_id

uint32_t ndn_ecc_pub::key_id

The KEY ID of current key.

Should be unique.


The documentation for this struct was generated from the following file: