Ra4RsaArgs Struct Reference

RSA primitive arguments. More...

#include <ra4_crypto_pkc.h>

Data Fields

uint32_t n [128]
 
uint32_t d [128]
 
uint32_t e [1]
 
uint32_t m [128]
 
uint32_t c [128]
 
uint32_t key [160]
 
uint32_t wrappedKey [256]
 

Detailed Description

RSA primitive arguments.

Definition at line 55 of file ra4_crypto_pkc.h.

Field Documentation

◆ c

uint32_t c[128]

Definition at line 61 of file ra4_crypto_pkc.h.

◆ d

uint32_t d[128]

Definition at line 58 of file ra4_crypto_pkc.h.

◆ e

uint32_t e[1]

Definition at line 59 of file ra4_crypto_pkc.h.

◆ key

uint32_t key[160]

Definition at line 62 of file ra4_crypto_pkc.h.

◆ m

uint32_t m[128]

Definition at line 60 of file ra4_crypto_pkc.h.

◆ n

uint32_t n[128]

Definition at line 57 of file ra4_crypto_pkc.h.

◆ wrappedKey

uint32_t wrappedKey[256]

Definition at line 63 of file ra4_crypto_pkc.h.


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