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

#include <lookups_nullifier_check.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_NULLIFIER_CHECK_NEW_LEAF_POSEIDON2"
 
static constexpr std::string_view RELATION_NAME = "nullifier_check"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 4
 
static constexpr Column SRC_SELECTOR = Column::nullifier_check_should_insert
 
static constexpr Column DST_SELECTOR = Column::poseidon2_hash_end
 
static constexpr Column COUNTS = Column::lookup_nullifier_check_new_leaf_poseidon2_counts
 
static constexpr Column INVERSES = Column::lookup_nullifier_check_new_leaf_poseidon2_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 189 of file lookups_nullifier_check.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_nullifier_check_new_leaf_poseidon2_settings_::COUNTS = Column::lookup_nullifier_check_new_leaf_poseidon2_counts
staticconstexpr

Definition at line 195 of file lookups_nullifier_check.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_nullifier_check_new_leaf_poseidon2_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::poseidon2_hash_input_0,
ColumnAndShifts::poseidon2_hash_input_1,
ColumnAndShifts::poseidon2_hash_input_2,
ColumnAndShifts::poseidon2_hash_output
}

Definition at line 203 of file lookups_nullifier_check.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_nullifier_check_new_leaf_poseidon2_settings_::DST_SELECTOR = Column::poseidon2_hash_end
staticconstexpr

Definition at line 194 of file lookups_nullifier_check.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_nullifier_check_new_leaf_poseidon2_settings_::INVERSES = Column::lookup_nullifier_check_new_leaf_poseidon2_inv
staticconstexpr

Definition at line 196 of file lookups_nullifier_check.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_nullifier_check_new_leaf_poseidon2_settings_::LOOKUP_TUPLE_SIZE = 4
staticconstexpr

Definition at line 192 of file lookups_nullifier_check.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_nullifier_check_new_leaf_poseidon2_settings_::NAME = "LOOKUP_NULLIFIER_CHECK_NEW_LEAF_POSEIDON2"
staticconstexpr

Definition at line 190 of file lookups_nullifier_check.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_nullifier_check_new_leaf_poseidon2_settings_::RELATION_NAME = "nullifier_check"
staticconstexpr

Definition at line 191 of file lookups_nullifier_check.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_nullifier_check_new_leaf_poseidon2_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::nullifier_check_siloed_nullifier,
ColumnAndShifts::nullifier_check_low_leaf_next_nullifier,
ColumnAndShifts::nullifier_check_low_leaf_next_index,
ColumnAndShifts::nullifier_check_new_leaf_hash
}

Definition at line 197 of file lookups_nullifier_check.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_nullifier_check_new_leaf_poseidon2_settings_::SRC_SELECTOR = Column::nullifier_check_should_insert
staticconstexpr

Definition at line 193 of file lookups_nullifier_check.hpp.


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