_pkc_rsa_modular_exponent Struct Reference

PKC RSA Modular Exponentiation expression input. More...

#include <gr55xx_hal_pkc.h>

Data Fields

uint32_t * p_A
 
uint32_t * p_B
 
uint32_t * p_P
 
uint32_t * p_P_R2
 
uint32_t ConstP
 

Detailed Description

PKC RSA Modular Exponentiation expression input.

Note
Result = A^B mod P

Field Documentation

◆ ConstP

uint32_t _pkc_rsa_modular_exponent::ConstP

Montgomery multiplication constant of P

◆ p_A

uint32_t* _pkc_rsa_modular_exponent::p_A

Pointer to operand A

◆ p_B

uint32_t* _pkc_rsa_modular_exponent::p_B

Pointer to operand B

◆ p_P

uint32_t* _pkc_rsa_modular_exponent::p_P

Pointer to prime number P

◆ p_P_R2

uint32_t* _pkc_rsa_modular_exponent::p_P_R2

P_R2 = R^2 mod P, where R = 2^DataBits


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