M460RsaArgs Struct Reference

RSA primitive arguments. More...

#include <m460_crypto_pkc.h>

Data Fields

uint32_t m [128]
 
uint32_t n [128]
 
uint32_t e [128]
 
uint32_t r [128]
 

Detailed Description

RSA primitive arguments.

Definition at line 54 of file m460_crypto_pkc.h.

Field Documentation

◆ e

uint32_t e[128]

Definition at line 58 of file m460_crypto_pkc.h.

◆ m

uint32_t m[128]

Definition at line 56 of file m460_crypto_pkc.h.

◆ n

uint32_t n[128]

Definition at line 57 of file m460_crypto_pkc.h.

◆ r

uint32_t r[128]

Definition at line 59 of file m460_crypto_pkc.h.


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