LL PKC ECC Point Structure definition. More...
#include <gr55xx_ll_pkc.h>
Public Attributes | |
uint32_t | X [ECC_U32_LENGTH] |
uint32_t | Y [ECC_U32_LENGTH] |
LL PKC ECC Point Structure definition.
Definition at line 91 of file gr55xx_ll_pkc.h.
uint32_t _ll_ecc_point::X[ECC_U32_LENGTH] |
Specifies the point in x-axis
Definition at line 93 of file gr55xx_ll_pkc.h.
uint32_t _ll_ecc_point::Y[ECC_U32_LENGTH] |
Specifies the point in y-axis
Definition at line 95 of file gr55xx_ll_pkc.h.