AM243x MCU+ SDK  08.04.00
PKA_RSAPubkey Struct Reference

Detailed Description

RSA public key. All values are in biginteger format (size followed by word value array, least significant word first)

Parameters
nRSA modulus (n)
ePublic exponent (e)

Data Fields

uint32_t n [PKA_BIGINT_LEN(PKA_RSA_KEY_N_MAXLEN)]
 
uint32_t e [PKA_BIGINT_LEN(PKA_RSA_KEY_E_MAXLEN)]
 

Field Documentation

◆ n

uint32_t PKA_RSAPubkey::n[PKA_BIGINT_LEN(PKA_RSA_KEY_N_MAXLEN)]

RSA modulus (n)

◆ e

uint32_t PKA_RSAPubkey::e[PKA_BIGINT_LEN(PKA_RSA_KEY_E_MAXLEN)]

Public exponent (e)