mbed TLS v2.7.6
Data Fields
mbedtls_mpi Struct Reference

MPI structure. More...

#include <bignum.h>

Data Fields

int s
 
size_t n
 
mbedtls_mpi_uintp
 

Detailed Description

MPI structure.

Definition at line 180 of file bignum.h.

Field Documentation

◆ n

size_t mbedtls_mpi::n

total # of limbs

Definition at line 183 of file bignum.h.

◆ p

mbedtls_mpi_uint* mbedtls_mpi::p

pointer to limbs

Definition at line 184 of file bignum.h.

◆ s

int mbedtls_mpi::s

integer sign

Definition at line 182 of file bignum.h.


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