mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Bignum: update const qualifiers
While at it, mark parameters based on their role. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
@ -129,7 +129,7 @@ static mbedtls_mpi_uint mpi_bigendian_to_host( mbedtls_mpi_uint x )
|
||||
return( mpi_bigendian_to_host_c( x ) );
|
||||
}
|
||||
|
||||
void mbedtls_mpi_core_bigendian_to_host( mbedtls_mpi_uint * const X,
|
||||
void mbedtls_mpi_core_bigendian_to_host( mbedtls_mpi_uint *X,
|
||||
size_t limbs )
|
||||
{
|
||||
mbedtls_mpi_uint *cur_limb_left;
|
||||
|
Reference in New Issue
Block a user