_pkc_montgomery_multi Struct Reference

PKC Montgomery Modular Multiplication expression input. More...

#include <gr55xx_hal_pkc.h>

Data Fields

uint32_t * p_A
 
uint32_t * p_B
 
uint32_t * p_P
 
uint32_t ConstP
 

Detailed Description

PKC Montgomery Modular Multiplication expression input.

Note
Result = A * B * R^(-1) mod P, where R = 2^DataBits

Field Documentation

◆ ConstP

uint32_t _pkc_montgomery_multi::ConstP

Montgomery multiplication constant for P, where constp = (-P[0])^(-1) mod 2^32

◆ p_A

uint32_t* _pkc_montgomery_multi::p_A

Pointer to operand A

◆ p_B

uint32_t* _pkc_montgomery_multi::p_B

Pointer to operand B

◆ p_P

uint32_t* _pkc_montgomery_multi::p_P

Pointer to prime number P


The documentation for this struct was generated from the following file: