nRF5 SDK v17.1.0
Data Fields
CRYSRSAPubKey_t Struct Reference

#include <crys_rsa_types.h>

Data Fields

uint32_t n [((2048+64)/32)]
 
uint32_t nSizeInBits
 
uint32_t e [((2048+64)/32)]
 
uint32_t eSizeInBits
 
uint32_t crysRSAIntBuff [5]
 

Detailed Description

Public key data structure (used internally).

Field Documentation

uint32_t CRYSRSAPubKey_t::crysRSAIntBuff[5]

Buffer for internal usage.

uint32_t CRYSRSAPubKey_t::e[((2048+64)/32)]

RSA public exponent buffer.

uint32_t CRYSRSAPubKey_t::eSizeInBits

RSA public exponent buffer.

uint32_t CRYSRSAPubKey_t::n[((2048+64)/32)]

RSA modulus buffer.

uint32_t CRYSRSAPubKey_t::nSizeInBits

RSA modulus size in bits.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated