24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::precomputed_zero,
26 ColumnAndShifts::execution_register_0_,
27 ColumnAndShifts::execution_register_1_,
28 ColumnAndShifts::execution_register_2_,
29 ColumnAndShifts::execution_prev_public_data_tree_root
31 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
32 ColumnAndShifts::public_data_check_write,
33 ColumnAndShifts::public_data_check_slot,
34 ColumnAndShifts::public_data_check_address,
35 ColumnAndShifts::public_data_check_value,
36 ColumnAndShifts::public_data_check_root