Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mbedtls_mpi Struct Reference

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 179 of file bignum.h.


Field Documentation

size_t n

total # of limbs

Definition at line 182 of file bignum.h.

mbedtls_mpi_uint* p

pointer to limbs

Definition at line 183 of file bignum.h.

int s

integer sign

Definition at line 181 of file bignum.h.