pub unsafe extern "C" fn mp_int_divisible_value(
    a: mp_int,
    v: mp_small
) -> bool
Expand description

Reports whether a is divisible by v.