mbed TLS v3.1.0
Data Fields
mbedtls_mpi Struct Reference

MPI structure. More...

#include <bignum.h>

Data Fields

int private_s
 
size_t private_n
 
mbedtls_mpi_uintprivate_p
 

Detailed Description

MPI structure.

Definition at line 189 of file bignum.h.

Field Documentation

size_t mbedtls_mpi::private_n

total # of limbs

Definition at line 192 of file bignum.h.

mbedtls_mpi_uint* mbedtls_mpi::private_p

pointer to limbs

Definition at line 193 of file bignum.h.

int mbedtls_mpi::private_s

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

Definition at line 191 of file bignum.h.


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