_pkc_rsa_modular_exponent Struct Reference

PKC RSA Modular Exponentiation expression input. More...

#include <gr55xx_hal_pkc.h>

Public Attributes

uint32_t * p_A
 Pointer to operand A. More...
 
uint32_t * p_B
 Pointer to operand B. More...
 
uint32_t * p_P
 Pointer to prime number P. More...
 
uint32_t * p_P_R2
 P_R2 = R^2 mod P, where R = 2^DataBits
More...
 
uint32_t ConstP
 Montgomery multiplication constant of P. More...
 

Detailed Description

PKC RSA Modular Exponentiation expression input.

Note
Result = A^B mod P

Definition at line 176 of file gr55xx_hal_pkc.h.

Member Data Documentation

◆ ConstP

uint32_t _pkc_rsa_modular_exponent::ConstP

Montgomery multiplication constant of P.

Definition at line 182 of file gr55xx_hal_pkc.h.

◆ p_A

uint32_t* _pkc_rsa_modular_exponent::p_A

Pointer to operand A.

Definition at line 178 of file gr55xx_hal_pkc.h.

◆ p_B

uint32_t* _pkc_rsa_modular_exponent::p_B

Pointer to operand B.

Definition at line 179 of file gr55xx_hal_pkc.h.

◆ p_P

uint32_t* _pkc_rsa_modular_exponent::p_P

Pointer to prime number P.

Definition at line 180 of file gr55xx_hal_pkc.h.

◆ p_P_R2

uint32_t* _pkc_rsa_modular_exponent::p_P_R2

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

Definition at line 181 of file gr55xx_hal_pkc.h.


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