24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::execution_register_0_,
26 ColumnAndShifts::execution_prev_note_hash_tree_size,
27 ColumnAndShifts::execution_prev_note_hash_tree_root,
28 ColumnAndShifts::execution_sel_write_note_hash,
29 ColumnAndShifts::execution_contract_address,
30 ColumnAndShifts::execution_sel_write_note_hash,
31 ColumnAndShifts::execution_prev_num_note_hashes_emitted,
32 ColumnAndShifts::execution_discard,
33 ColumnAndShifts::execution_note_hash_tree_root
35 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
36 ColumnAndShifts::note_hash_tree_check_note_hash, ColumnAndShifts::note_hash_tree_check_leaf_index,
37 ColumnAndShifts::note_hash_tree_check_prev_root, ColumnAndShifts::note_hash_tree_check_should_silo,
38 ColumnAndShifts::note_hash_tree_check_address, ColumnAndShifts::note_hash_tree_check_should_unique,
39 ColumnAndShifts::note_hash_tree_check_note_hash_index, ColumnAndShifts::note_hash_tree_check_discard,
40 ColumnAndShifts::note_hash_tree_check_next_root