pub unsafe extern "C" fn mp_int_mod(
    a: mp_int,
    m: mp_int,
    c: mp_int
) -> mp_result
Expand description

Sets c to the remainder of a / m. The remainder is pinned to 0 <= c < m.