pub unsafe extern "C" fn mp_int_compare_unsigned(
    a: mp_int,
    b: mp_int
) -> c_int
Expand description

Returns the comparator of the magnitudes of a and b, disregarding their signs. Neither a nor b is modified by the comparison.