PKC ECC Point Multiplication expression input. More...
#include <gr55xx_hal_pkc.h>
Public Attributes | |
uint32_t * | p_K |
Pointer to operand K. More... | |
ecc_point_t * | p_ecc_point |
Pointer to ECC Point. More... | |
PKC ECC Point Multiplication expression input.
Definition at line 165 of file gr55xx_hal_pkc.h.
ecc_point_t* _pkc_ecc_point_multi::p_ecc_point |
Pointer to ECC Point.
If set to NULL, it will be modified to the G point of the current curve.
Definition at line 168 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_ecc_point_multi::p_K |
Pointer to operand K.
Definition at line 167 of file gr55xx_hal_pkc.h.