PKC Montgomery Inversion expression input. More...
#include <gr55xx_hal_pkc.h>
Public Attributes | |
uint32_t * | p_A |
uint32_t * | p_P |
uint32_t | ConstP |
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.