Function modpow

Source
pub(super) fn modpow(
    x: &BigUint,
    exponent: &BigUint,
    modulus: &BigUint,
) -> BigUint