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