A type that holds an RSA-2048 private key. More...
#include <sw/device/lib/crypto/impl/rsa/rsa_datatypes.h>
Data Fields | |
rsa_2048_int_t | d |
rsa_2048_int_t | n |
A type that holds an RSA-2048 private key.
The private key consists of a 2048-bit private exponent d and a public modulus n.
Definition at line 105 of file rsa_datatypes.h.
rsa_2048_int_t rsa_2048_private_key_t::d |
Definition at line 106 of file rsa_datatypes.h.
rsa_2048_int_t rsa_2048_private_key_t::n |
Definition at line 107 of file rsa_datatypes.h.