Function libbgs::util::intpow

source ·
pub const fn intpow<const M: u128>(x: u128, n: u128) -> u128
Expand description

Returns x to the power of n, modulo m.