5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
mbedtls_mpi Struct Reference

MPI structure. More...

#include <bignum.h>

Data Fields

size_t n
 
mbedtls_mpi_uint * p
 
int s
 

Detailed Description

MPI structure.

Field Documentation

◆ n

size_t mbedtls_mpi::n

total # of limbs

◆ p

mbedtls_mpi_uint* mbedtls_mpi::p

pointer to limbs

◆ s

int mbedtls_mpi::s

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


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