pub unsafe extern "C" fn mp_int_compare_value(
    z: mp_int,
    v: mp_small
) -> c_int
Expand description

Returns the comparator of z and the signed value v.