pub unsafe extern "C" fn mp_int_mod( a: mp_int, m: mp_int, c: mp_int, ) -> mp_result
Sets c to the remainder of a / m. The remainder is pinned to 0 <= c < m.
c
a / m
0 <= c < m