mbedtls_ct_mpi_uint_lt() function
Decide if an integer is less than the other, without branches. This is equivalent to \p x < \p y, but is likely to be compiled to code using bitwise operation rather than a branch.
Arguments
x
The first value to analyze.
y
The second value to analyze.
Return value
1 if \p x is less than \p y, otherwise 0.