Parameters for ECC key generation.

This structure defines the parameters required for ECC key generation supported by the SID PAL (Platform Abstraction Layer).

Public Attributes#

uint8_t *
size_t
uint8_t *
size_t

Public Attribute Documentation#

algo#

sid_pal_ecc_algo_t sid_pal_ecc_key_gen_params_t::algo

ECC algorithm to be used


prk#

uint8_t* sid_pal_ecc_key_gen_params_t::prk

Pointer to the private key


prk_size#

size_t sid_pal_ecc_key_gen_params_t::prk_size

Size of the private key


puk#

uint8_t* sid_pal_ecc_key_gen_params_t::puk

Pointer to the public key


puk_size#

size_t sid_pal_ecc_key_gen_params_t::puk_size

Size of the public key