PKC Montgomery Inversion expression input.
More...
#include <hal_pkc.h>
PKC Montgomery Inversion expression input.
- Note
- Result = A^(-1) * 2^(K) mod P
Definition at line 225 of file hal_pkc.h.
◆ ConstP
uint32_t _pkc_montgomery_inversion::ConstP |
Montgomery multiplication constant for P, where ConstP = (-P[0])^(-1) mod 2^32
Definition at line 229 of file hal_pkc.h.
◆ p_A
uint32_t* _pkc_montgomery_inversion::p_A |
Pointer to operand A
Definition at line 227 of file hal_pkc.h.
◆ p_P
uint32_t* _pkc_montgomery_inversion::p_P |
Pointer to prime number P
Definition at line 228 of file hal_pkc.h.
The documentation for this struct was generated from the following file: