MPI structure.

Public Functions#

int

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

size_t

total # of limbs

mbedtls_mpi_uint *

pointer to limbs

Public Function Documentation#

MBEDTLS_PRIVATE#

int mbedtls_mpi::MBEDTLS_PRIVATE (s )

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

Parameters
TypeDirectionArgument NameDescription
sN/A

MBEDTLS_PRIVATE#

size_t mbedtls_mpi::MBEDTLS_PRIVATE (n )

total # of limbs

Parameters
TypeDirectionArgument NameDescription
nN/A

MBEDTLS_PRIVATE#

mbedtls_mpi_uint * mbedtls_mpi::MBEDTLS_PRIVATE (p )

pointer to limbs

Parameters
TypeDirectionArgument NameDescription
pN/A