PolarSSL v1.3.3
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 177 of file bignum.h.

Field Documentation

size_t mpi::n

total # of limbs

Definition at line 180 of file bignum.h.

t_uint* mpi::p

pointer to limbs

Definition at line 181 of file bignum.h.

int mpi::s

integer sign

Definition at line 179 of file bignum.h.


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