LL PKC Init Structure definition. More...
#include <gr55xx_ll_pkc.h>
Public Attributes | |
ll_ecc_curve_init_t * | p_ecc_curve |
Specifies the pointer to elliptic curve description. More... | |
uint32_t | data_bits |
Specifies the Data size: 256 ~ 2048bits More... | |
LL PKC Init Structure definition.
Definition at line 124 of file gr55xx_ll_pkc.h.
uint32_t _ll_pkc_init::data_bits |
Specifies the Data size: 256 ~ 2048bits
Definition at line 128 of file gr55xx_ll_pkc.h.
ll_ecc_curve_init_t* _ll_pkc_init::p_ecc_curve |
Specifies the pointer to elliptic curve description.
Definition at line 126 of file gr55xx_ll_pkc.h.