Software APIs
Data Fields
rsa_4096_cofactor_t Struct Reference

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

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

Data Fields

uint32_t data [kRsa4096NumWords/2]
 

Detailed Description

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

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

Definition at line 155 of file rsa_datatypes.h.

Field Documentation

◆ data

uint32_t rsa_4096_cofactor_t::data[kRsa4096NumWords/2]

Definition at line 156 of file rsa_datatypes.h.