PKC RSA Modular Exponentiation expression input. More...
#include <gr55xx_hal_pkc.h>
Data Fields | |
| uint32_t * | p_A |
| uint32_t * | p_B |
| uint32_t * | p_P |
| uint32_t * | p_P_R2 |
| uint32_t | ConstP |
PKC RSA Modular Exponentiation expression input.
| uint32_t _pkc_rsa_modular_exponent::ConstP |
Montgomery multiplication constant of P
| uint32_t* _pkc_rsa_modular_exponent::p_A |
Pointer to operand A
| uint32_t* _pkc_rsa_modular_exponent::p_B |
Pointer to operand B
| uint32_t* _pkc_rsa_modular_exponent::p_P |
Pointer to prime number P
| uint32_t* _pkc_rsa_modular_exponent::p_P_R2 |
P_R2 = R^2 mod P, where R = 2^DataBits