24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::execution_register_1_,
26 ColumnAndShifts::execution_register_0_,
27 ColumnAndShifts::execution_prev_nullifier_tree_root,
28 ColumnAndShifts::execution_nullifier_tree_height,
29 ColumnAndShifts::precomputed_zero
31 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
32 ColumnAndShifts::indexed_tree_check_exists,
33 ColumnAndShifts::indexed_tree_check_value,
34 ColumnAndShifts::indexed_tree_check_root,
35 ColumnAndShifts::indexed_tree_check_tree_height,
36 ColumnAndShifts::indexed_tree_check_sel_silo