PKC RSA Modular Exponentiation expression input.
More...
#include <hal_pkc.h>
PKC RSA Modular Exponentiation expression input.
- Note
- Result = A^B mod P
Definition at line 156 of file hal_pkc.h.
◆ ConstP
uint32_t _pkc_rsa_modular_exponent::ConstP |
Montgomery multiplication constant of P
Definition at line 162 of file hal_pkc.h.
◆ p_A
uint32_t* _pkc_rsa_modular_exponent::p_A |
Pointer to operand A
Definition at line 158 of file hal_pkc.h.
◆ p_B
uint32_t* _pkc_rsa_modular_exponent::p_B |
Pointer to operand B
Definition at line 159 of file hal_pkc.h.
◆ p_P
uint32_t* _pkc_rsa_modular_exponent::p_P |
Pointer to prime number P
Definition at line 160 of file hal_pkc.h.
◆ p_P_R2
uint32_t* _pkc_rsa_modular_exponent::p_P_R2 |
P_R2 = R^2 mod P, where R = 2^DataBits
Definition at line 161 of file hal_pkc.h.
The documentation for this struct was generated from the following file: