_pkc_modular_add Struct Reference

PKC Modular Addition 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...
 

Detailed Description

PKC Modular Addition expression input.

Note
Result = (A + B) mod P

Definition at line 189 of file gr55xx_hal_pkc.h.

Member Data Documentation

◆ p_A

uint32_t* _pkc_modular_add::p_A

Pointer to operand A.

Definition at line 191 of file gr55xx_hal_pkc.h.

◆ p_B

uint32_t* _pkc_modular_add::p_B

Pointer to operand B.

Definition at line 192 of file gr55xx_hal_pkc.h.

◆ p_P

uint32_t* _pkc_modular_add::p_P

Pointer to prime number P.

Definition at line 193 of file gr55xx_hal_pkc.h.


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