Software APIs
Data Fields
rsa_3072_cofactor_t Struct Reference

A type that holds a cofactor for an RSA-3072 key. More...

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

Data Fields

uint32_t data [kRsa3072NumWords/2]
 

Detailed Description

A type that holds a cofactor for an RSA-3072 key.

This type is half the size of an RSA-3072 integer.

Definition at line 146 of file rsa_datatypes.h.

Field Documentation

◆ data

uint32_t rsa_3072_cofactor_t::data[kRsa3072NumWords/2]

Definition at line 147 of file rsa_datatypes.h.