Software APIs
Data Fields
rsa_2048_cofactor_t Struct Reference

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]
 

Detailed Description

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.

Field Documentation

◆ data

uint32_t rsa_2048_cofactor_t::data[kRsa2048NumWords/2]

Definition at line 138 of file rsa_datatypes.h.