creachadair_imath_sys

Function mp_int_redux_const

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

Sets c to the reduction constant for Barrett reduction by modulus m. Requires that c and m point to distinct locations.