creachadair_imath_sys

Function mp_int_expt_full

source
pub unsafe extern "C" fn mp_int_expt_full(
    a: mp_int,
    b: mp_int,
    c: mp_int,
) -> mp_result
Expand description

Sets c to the value of a raised to the b power. It returns MP_RANGE) if b < 0.