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::execution_nullifier_merkle_separator,
30 ColumnAndShifts::precomputed_zero
32 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
33 ColumnAndShifts::indexed_tree_check_exists,
34 ColumnAndShifts::indexed_tree_check_value,
35 ColumnAndShifts::indexed_tree_check_root,
36 ColumnAndShifts::indexed_tree_check_tree_height,
37 ColumnAndShifts::indexed_tree_check_merkle_hash_separator,
38 ColumnAndShifts::indexed_tree_check_sel_silo