pub unsafe extern "C" fn mp_int_redux_const( m: mp_int, c: mp_int, ) -> mp_result
Sets c to the reduction constant for Barrett reduction by modulus m. Requires that c and m point to distinct locations.
c
m