_pkc_modular_sub Struct Reference

PKC Modular Subtraction expression input. More...

#include <gr55xx_hal_pkc.h>

Data Fields

uint32_t * p_A
 
uint32_t * p_B
 
uint32_t * p_P
 

Detailed Description

PKC Modular Subtraction expression input.

Note
Result = (A - B) mod P

Field Documentation

◆ p_A

uint32_t* _pkc_modular_sub::p_A

Pointer to operand A

◆ p_B

uint32_t* _pkc_modular_sub::p_B

Pointer to operand B

◆ p_P

uint32_t* _pkc_modular_sub::p_P

Pointer to prime number P


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