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
| Type | Direction | Argument Name | Description |
|---|---|---|---|
| s | N/A |
MBEDTLS_PRIVATE#
size_t mbedtls_mpi::MBEDTLS_PRIVATE (n )
total # of limbs
Parameters
| Type | Direction | Argument Name | Description |
|---|---|---|---|
| n | N/A |
MBEDTLS_PRIVATE#
mbedtls_mpi_uint * mbedtls_mpi::MBEDTLS_PRIVATE (p )
pointer to limbs
Parameters
| Type | Direction | Argument Name | Description |
|---|---|---|---|
| p | N/A |