ReactOS 0.4.15-dev-7931-gfd331f1
mbedtls_mpi Struct Reference

MPI structure. More...

#include <bignum.h>

Collaboration diagram for mbedtls_mpi:

Public Attributes

int s
 
size_t n
 
mbedtls_mpi_uintp
 

Detailed Description

MPI structure.

Definition at line 210 of file bignum.h.

Member Data Documentation

◆ n

size_t mbedtls_mpi::n

total # of limbs

Definition at line 213 of file bignum.h.

◆ p

mbedtls_mpi_uint* mbedtls_mpi::p

pointer to limbs

Definition at line 214 of file bignum.h.

◆ s

int mbedtls_mpi::s

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

Definition at line 212 of file bignum.h.


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