pub fn get_ec_double_step<const BLOCKS: usize, const BLOCK_SIZE: usize>(
config: ExprBuilderConfig,
range_checker_bus: VariableRangeCheckerBus,
pointer_max_bits: usize,
offset: usize,
a_biguint: BigUint,
) -> EcDoubleExecutor<BLOCKS, BLOCK_SIZE>