PKC Montgomery Modular Multiplication 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 | ConstP |
Montgomery multiplication constant for P, where constp = (-P[0])^(-1) mod 2^32. More... | |
PKC Montgomery Modular Multiplication expression input.
Definition at line 232 of file gr55xx_hal_pkc.h.
uint32_t _pkc_montgomery_multi::ConstP |
Montgomery multiplication constant for P, where constp = (-P[0])^(-1) mod 2^32.
Definition at line 237 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_montgomery_multi::p_A |
Pointer to operand A.
Definition at line 234 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_montgomery_multi::p_B |
Pointer to operand B.
Definition at line 235 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_montgomery_multi::p_P |
Pointer to prime number P.
Definition at line 236 of file gr55xx_hal_pkc.h.