mbedtls_mpi_core_sub_int() function
Subtract unsigned integer from known-size large unsigned integers. Return the borrow.
Arguments
X
The result of the subtraction.
b
The unsigned scalar to subtract.
limbs
Number of limbs of \p X and \p A.
Return value
1 if `A < b`. 0 if `A >= b`.