pub unsafe extern "C" fn mp_int_exptmod_bvalue(
    value: mp_small,
    b: mp_int,
    m: mp_int,
    c: mp_int
) -> mp_result
Expand description

Sets c to the value of value raised to the b power, modulo m. It returns MP_RANGE if b < 0 or MP_UNDEF if m == 0.