PKC Montgomery Modular Multiplication expression input.
More...
#include <hal_pkc.h>
PKC Montgomery Modular Multiplication expression input.
- Note
- Result = A * B * R^(-1) mod P, where R = 2^DataBits
Definition at line 212 of file hal_pkc.h.
◆ ConstP
uint32_t _pkc_montgomery_multi::ConstP |
Montgomery multiplication constant for P, where constp = (-P[0])^(-1) mod 2^32
Definition at line 217 of file hal_pkc.h.
◆ p_A
uint32_t* _pkc_montgomery_multi::p_A |
Pointer to operand A
Definition at line 214 of file hal_pkc.h.
◆ p_B
uint32_t* _pkc_montgomery_multi::p_B |
Pointer to operand B
Definition at line 215 of file hal_pkc.h.
◆ p_P
uint32_t* _pkc_montgomery_multi::p_P |
Pointer to prime number P
Definition at line 216 of file hal_pkc.h.
The documentation for this struct was generated from the following file: