ndn-lite
Data Fields
ndn_ecc_prv Struct Reference

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

#include <ndn-lite-ecc.h>

Collaboration diagram for ndn_ecc_prv:
Collaboration graph

Data Fields

abstract_ecc_prv_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 private key.

Field Documentation

◆ abs_key

abstract_ecc_prv_key_t ndn_ecc_prv::abs_key

◆ curve_type

uint8_t ndn_ecc_prv::curve_type

The curve type of current key.

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

◆ key_id

uint32_t ndn_ecc_prv::key_id

The KEY ID of current key.

Should be unique.


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