mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-05 05:13:40 +00:00
ct_lt_mpi_uint: make use of biL
This commit is contained in:
parent
867a3abff5
commit
7a34bcffef
@ -1094,7 +1094,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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user