mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +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:
@@ -43,7 +43,7 @@
|
||||
#include "constant_time_internal.h"
|
||||
|
||||
int mbedtls_mpi_mod_residue_setup( mbedtls_mpi_mod_residue *r,
|
||||
mbedtls_mpi_mod_modulus *m,
|
||||
const mbedtls_mpi_mod_modulus *m,
|
||||
mbedtls_mpi_uint *p,
|
||||
size_t pn )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user