Software APIs
Data Fields
rsa_3072_private_key_t Struct Reference

A type that holds an RSA-3072 private key. More...

#include <sw/device/lib/crypto/impl/rsa/rsa_datatypes.h>

Data Fields

rsa_3072_int_t d
 
rsa_3072_int_t n
 

Detailed Description

A type that holds an RSA-3072 private key.

The private key consists of a 3072-bit private exponent d and a public modulus n.

Definition at line 116 of file rsa_datatypes.h.

Field Documentation

◆ d

rsa_3072_int_t rsa_3072_private_key_t::d

Definition at line 117 of file rsa_datatypes.h.

◆ n

rsa_3072_int_t rsa_3072_private_key_t::n

Definition at line 118 of file rsa_datatypes.h.