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
N/A |
Definition at line
191
of file util/third_party/mbedtls/include/mbedtls/bignum.h
MBEDTLS_PRIVATE#
size_t mbedtls_mpi::MBEDTLS_PRIVATE (n )
total # of limbs
Parameters
N/A |
Definition at line
192
of file util/third_party/mbedtls/include/mbedtls/bignum.h
MBEDTLS_PRIVATE#
mbedtls_mpi_uint * mbedtls_mpi::MBEDTLS_PRIVATE (p )
pointer to limbs
Parameters
N/A |
Definition at line
193
of file util/third_party/mbedtls/include/mbedtls/bignum.h