PKC Modular Subtraction expression input. More...
#include <gr55xx_hal_pkc.h>
Public Attributes | |
uint32_t * | p_A |
Pointer to operand A. More... | |
uint32_t * | p_B |
Pointer to operand B. More... | |
uint32_t * | p_P |
Pointer to prime number P. More... | |
PKC Modular Subtraction expression input.
Definition at line 200 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_modular_sub::p_A |
Pointer to operand A.
Definition at line 202 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_modular_sub::p_B |
Pointer to operand B.
Definition at line 203 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_modular_sub::p_P |
Pointer to prime number P.
Definition at line 204 of file gr55xx_hal_pkc.h.