PKC RSA Modular Exponentiation 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... | |
uint32_t * | p_P_R2 |
P_R2 = R^2 mod P, where R = 2^DataBits More... | |
uint32_t | ConstP |
Montgomery multiplication constant of P. More... | |
PKC RSA Modular Exponentiation expression input.
Definition at line 176 of file gr55xx_hal_pkc.h.
uint32_t _pkc_rsa_modular_exponent::ConstP |
Montgomery multiplication constant of P.
Definition at line 182 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_rsa_modular_exponent::p_A |
Pointer to operand A.
Definition at line 178 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_rsa_modular_exponent::p_B |
Pointer to operand B.
Definition at line 179 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_rsa_modular_exponent::p_P |
Pointer to prime number P.
Definition at line 180 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_rsa_modular_exponent::p_P_R2 |
P_R2 = R^2 mod P, where R = 2^DataBits
Definition at line 181 of file gr55xx_hal_pkc.h.