Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_mpi Struct Reference

MPI structure. More...

#include <bignum.h>

Data Fields

int s
 
size_t n
 
mbedtls_mpi_uint * p
 

Detailed Description

MPI structure.

Definition at line 184 of file bignum.h.

Field Documentation

◆ s

int s

Sign: -1 if the mpi is negative, 1 otherwise

Definition at line 186 of file bignum.h.

◆ n

size_t n

total # of limbs

Definition at line 187 of file bignum.h.

◆ p

mbedtls_mpi_uint* p

pointer to limbs

Definition at line 188 of file bignum.h.