Function mp_int_compare_uvalue

Source
pub unsafe extern "C" fn mp_int_compare_uvalue(
    z: mp_int,
    uv: mp_usmall,
) -> c_int
Expand description

Returns the comparator of z and the unsigned value uv.