_pkc_montgomery_inversion Struct Reference

PKC Montgomery Inversion expression input. More...

#include <gr55xx_hal_pkc.h>

Public Attributes

uint32_t * p_A
 
uint32_t * p_P
 
uint32_t ConstP
 

Detailed Description

PKC Montgomery Inversion expression input.

Note
Result = A^(-1) * 2^(K) mod P

Definition at line 245 of file gr55xx_hal_pkc.h.

Member Data Documentation

◆ ConstP

uint32_t _pkc_montgomery_inversion::ConstP

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

Definition at line 249 of file gr55xx_hal_pkc.h.

◆ p_A

uint32_t* _pkc_montgomery_inversion::p_A

Pointer to operand A

Definition at line 247 of file gr55xx_hal_pkc.h.

◆ p_P

uint32_t* _pkc_montgomery_inversion::p_P

Pointer to prime number P

Definition at line 248 of file gr55xx_hal_pkc.h.


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