mbedtls_mpi_core_read_le() function
Import X from unsigned binary data, little-endian. The MPI needs to have enough limbs to store the full value (including any most significant zero bytes in the input).
Arguments
X_limbs
The number of limbs of \p X.
input
The input buffer to import from.
input_length
The length bytes of \p input.
Return value
\c 0 if successful. #MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL if \p X isn't large enough to hold the value in \p input.
mbedtls_mpi_core_read_le() is called by 1 function:
![]()
mbedtls_mpi_core_read_le()
mbedtls_mpi_core_read_le():
![]()
mbedtls_mpi_core_read_le()