forge::revm::precompile::modexp

Function berlin_gas_calc

pub fn berlin_gas_calc(
    base_length: u64,
    exp_length: u64,
    mod_length: u64,
    exp_highp: &Uint<256, 4>,
) -> u64