PolarSSL v1.2.9
Data Fields
mpi Struct Reference

MPI structure. More...

#include <bignum.h>

Data Fields

int s
 
size_t n
 
t_uintp
 

Detailed Description

MPI structure.

Definition at line 164 of file bignum.h.

Field Documentation

size_t mpi::n

total # of limbs

Definition at line 167 of file bignum.h.

t_uint* mpi::p

pointer to limbs

Definition at line 168 of file bignum.h.

int mpi::s

integer sign

Definition at line 166 of file bignum.h.


The documentation for this struct was generated from the following file: