Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::lookup_notehash_exists_note_hash_read_settings_ Struct Reference

#include <lookups_notehash_exists.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_NOTEHASH_EXISTS_NOTE_HASH_READ"
 
static constexpr std::string_view RELATION_NAME = "notehash_exists"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 5
 
static constexpr Column SRC_SELECTOR = Column::execution_note_hash_leaf_in_range
 
static constexpr Column DST_SELECTOR = Column::note_hash_tree_check_sel
 
static constexpr Column COUNTS = Column::lookup_notehash_exists_note_hash_read_counts
 
static constexpr Column INVERSES = Column::lookup_notehash_exists_note_hash_read_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 42 of file lookups_notehash_exists.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_notehash_exists_note_hash_read_settings_::COUNTS = Column::lookup_notehash_exists_note_hash_read_counts
staticconstexpr

Definition at line 48 of file lookups_notehash_exists.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_notehash_exists_note_hash_read_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::note_hash_tree_check_write,
ColumnAndShifts::note_hash_tree_check_note_hash,
ColumnAndShifts::note_hash_tree_check_leaf_index,
ColumnAndShifts::note_hash_tree_check_prev_root,
ColumnAndShifts::note_hash_tree_check_exists
}

Definition at line 57 of file lookups_notehash_exists.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_notehash_exists_note_hash_read_settings_::DST_SELECTOR = Column::note_hash_tree_check_sel
staticconstexpr

Definition at line 47 of file lookups_notehash_exists.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_notehash_exists_note_hash_read_settings_::INVERSES = Column::lookup_notehash_exists_note_hash_read_inv
staticconstexpr

Definition at line 49 of file lookups_notehash_exists.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_notehash_exists_note_hash_read_settings_::LOOKUP_TUPLE_SIZE = 5
staticconstexpr

Definition at line 45 of file lookups_notehash_exists.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_notehash_exists_note_hash_read_settings_::NAME = "LOOKUP_NOTEHASH_EXISTS_NOTE_HASH_READ"
staticconstexpr

Definition at line 43 of file lookups_notehash_exists.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_notehash_exists_note_hash_read_settings_::RELATION_NAME = "notehash_exists"
staticconstexpr

Definition at line 44 of file lookups_notehash_exists.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_notehash_exists_note_hash_read_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::precomputed_zero,
ColumnAndShifts::execution_register_0_,
ColumnAndShifts::execution_register_1_,
ColumnAndShifts::execution_prev_note_hash_tree_root,
ColumnAndShifts::execution_register_2_
}

Definition at line 50 of file lookups_notehash_exists.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_notehash_exists_note_hash_read_settings_::SRC_SELECTOR = Column::execution_note_hash_leaf_in_range
staticconstexpr

Definition at line 46 of file lookups_notehash_exists.hpp.


The documentation for this struct was generated from the following file: