A type that holds an RSA-4096 private key. More...
#include <sw/device/lib/crypto/impl/rsa/rsa_datatypes.h>
Data Fields | |
rsa_4096_int_t | d |
rsa_4096_int_t | n |
A type that holds an RSA-4096 private key.
The private key consists of a 4096-bit private exponent d and a public modulus n.
Definition at line 127 of file rsa_datatypes.h.
rsa_4096_int_t rsa_4096_private_key_t::d |
Definition at line 128 of file rsa_datatypes.h.
rsa_4096_int_t rsa_4096_private_key_t::n |
Definition at line 129 of file rsa_datatypes.h.