mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-03 00:30:21 +00:00
Fixed typo
This commit is contained in:
parent
d2c2c1c46b
commit
d8b0c5ef01
|
@ -335,7 +335,7 @@ void ecp_fast_mod( int id, char *N_str )
|
||||||
TEST_ASSERT( mpi_msb( &N ) <= grp.pbits + 3 );
|
TEST_ASSERT( mpi_msb( &N ) <= grp.pbits + 3 );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use mod rather than addition/substraction in case previous test fails
|
* Use mod rather than addition/subtraction in case previous test fails
|
||||||
*/
|
*/
|
||||||
TEST_ASSERT( mpi_mod_mpi( &N, &N, &grp.P ) == 0 );
|
TEST_ASSERT( mpi_mod_mpi( &N, &N, &grp.P ) == 0 );
|
||||||
TEST_ASSERT( mpi_cmp_mpi( &N, &R ) == 0 );
|
TEST_ASSERT( mpi_cmp_mpi( &N, &R ) == 0 );
|
||||||
|
|
Loading…
Reference in a new issue