Function byzantium_gas_calc

Source
pub fn byzantium_gas_calc(
    base_len: u64,
    exp_len: u64,
    mod_len: u64,
    exp_highp: &U256,
) -> u64
Expand description

Calculate the gas cost for the modexp precompile with BYZANTIUM gas rules.