mbed TLS library

Dependents:   HTTPClient-SSL WS_SERVER

Embed: (wiki syntax)

« Back to documentation index

mpi Struct Reference

mpi Struct Reference

MPI structure. More...

#include <bignum.h>

Data Fields

int s
size_t n
t_uint * p

Detailed Description

MPI structure.

Definition at line 182 of file bignum.h.


Field Documentation

size_t n

total # of limbs

Definition at line 185 of file bignum.h.

t_uint* p

pointer to limbs

Definition at line 186 of file bignum.h.

int s

integer sign

Definition at line 184 of file bignum.h.