Function wolf_crypto_sys::mp_mod

source ยท
pub unsafe extern "C" fn mp_mod(
    a: *mut mp_int,
    b: *mut mp_int,
    c: *mut mp_int,
) -> c_int