Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
1a1b175554
commit
4f43f61c6a
4 changed files with 35 additions and 35 deletions
|
@ -511,8 +511,8 @@ void mbedtls_mpi_core_montmul( mbedtls_mpi_uint *X,
|
|||
mbedtls_ct_mpi_uint_cond_assign( AN_limbs, X, T, (unsigned char) ( carry ^ borrow ) );
|
||||
}
|
||||
|
||||
int mbedtls_mpi_get_montgomery_constant_unsafe( mbedtls_mpi *X,
|
||||
mbedtls_mpi const *N )
|
||||
int mbedtls_mpi_core_get_mont_R2_unsafe( mbedtls_mpi *X,
|
||||
mbedtls_mpi const *N )
|
||||
{
|
||||
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue