PKC Montgomery Inversion expression input. More...
#include <gr55xx_hal_pkc.h>
Public Attributes | |
uint32_t * | p_A |
Pointer to operand A. 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 Inversion expression input.
Definition at line 245 of file gr55xx_hal_pkc.h.
uint32_t _pkc_montgomery_inversion::ConstP |
Montgomery multiplication constant for P, where ConstP = (-P[0])^(-1) mod 2^32.
Definition at line 249 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_montgomery_inversion::p_A |
Pointer to operand A.
Definition at line 247 of file gr55xx_hal_pkc.h.
uint32_t* _pkc_montgomery_inversion::p_P |
Pointer to prime number P.
Definition at line 248 of file gr55xx_hal_pkc.h.