mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-25 02:02:03 +03:00
ct_lt_mpi_uint: make use of biL
This commit is contained in:
@ -1171,7 +1171,7 @@ static unsigned ct_lt_mpi_uint( const mbedtls_mpi_uint x,
|
||||
ret |= y & cond;
|
||||
|
||||
|
||||
ret = ret >> ( sizeof( mbedtls_mpi_uint ) * 8 - 1 );
|
||||
ret = ret >> ( biL - 1 );
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user