revm_precompile::modexp

Function berlin_gas_calc

Source
pub fn berlin_gas_calc(
    base_length: u64,
    exp_length: u64,
    mod_length: u64,
    exp_highp: &U256,
) -> u64