pub fn calculate_iteration_count<const MULTIPLIER: u64>( exp_length: u64, exp_highp: &U256, ) -> u64
Calculate the iteration count for the modexp precompile.