CRYSRSAPubKey_t

nRF5 SDK v15.3.0

#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.

  • external/nrf_cc310/include/crys_rsa_types.h