Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
lookups_nullifier_exists.hpp
Go to the documentation of this file.
1// AUTOGENERATED FILE
2#pragma once
3
4#include <cstddef>
5#include <string_view>
6#include <tuple>
7
8#include "../columns.hpp"
11
12namespace bb::avm2 {
13
15
17 static constexpr std::string_view NAME = "LOOKUP_NULLIFIER_EXISTS_NULLIFIER_EXISTS_CHECK";
18 static constexpr std::string_view RELATION_NAME = "nullifier_exists";
19 static constexpr size_t LOOKUP_TUPLE_SIZE = 6;
20 static constexpr Column SRC_SELECTOR = Column::execution_sel_execute_nullifier_exists;
21 static constexpr Column DST_SELECTOR = Column::indexed_tree_check_sel;
22 static constexpr Column COUNTS = Column::lookup_nullifier_exists_nullifier_exists_check_counts;
23 static constexpr Column INVERSES = Column::lookup_nullifier_exists_nullifier_exists_check_inv;
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
31 };
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
39 };
40};
41
44template <typename FF_>
47
48} // namespace bb::avm2
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZE > DST_COLUMNS
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZE > SRC_COLUMNS
Settings to be passed ot GenericLookupRelationImpl.