MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClOscca_MPInt_t Struct Reference

Structure for multi-precision integer used in asymetric cryptography. More...

#include <mcuxClOscca_Types.h>

Data Fields

uint8_t const * pMPInt
 Pointer to the multi precision integer.
 
uint16_t wNumBytes
 Length in bytes of multi precision integer.
 

Detailed Description

Structure for multi-precision integer used in asymetric cryptography.

Field Documentation

◆ pMPInt

uint8_t const* mcuxClOscca_MPInt_t::pMPInt

Pointer to the multi precision integer.

◆ wNumBytes

uint16_t mcuxClOscca_MPInt_t::wNumBytes

Length in bytes of multi precision integer.