A type that holds a cofactor for an RSA-2048 key. More...
#include <sw/device/lib/crypto/impl/rsa/rsa_datatypes.h>
Data Fields | |
uint32_t | data [kRsa2048NumWords/2] |
A type that holds a cofactor for an RSA-2048 key.
This type is half the size of an RSA-2048 integer.
Definition at line 137 of file rsa_datatypes.h.
uint32_t rsa_2048_cofactor_t::data[kRsa2048NumWords/2] |
Definition at line 138 of file rsa_datatypes.h.