Function byzantium_gas_calc   
pub fn byzantium_gas_calc(
    base_len: u64,
    exp_len: u64,
    mod_len: u64,
    exp_highp: &Uint<256, 4>,
) -> u64Expand description
Calculate the gas cost for the modexp precompile with BYZANTIUM gas rules.