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

#include <lookups_merkle_check.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_MERKLE_CHECK_MERKLE_POSEIDON2_WRITE"
 
static constexpr std::string_view RELATION_NAME = "merkle_check"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 5
 
static constexpr Column SRC_SELECTOR = Column::merkle_check_write
 
static constexpr Column DST_SELECTOR = Column::poseidon2_hash_end
 
static constexpr Column COUNTS = Column::lookup_merkle_check_merkle_poseidon2_write_counts
 
static constexpr Column INVERSES = Column::lookup_merkle_check_merkle_poseidon2_write_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 48 of file lookups_merkle_check.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_merkle_check_merkle_poseidon2_write_settings_::COUNTS = Column::lookup_merkle_check_merkle_poseidon2_write_counts
staticconstexpr

Definition at line 54 of file lookups_merkle_check.hpp.

◆ DST_COLUMNS

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

Definition at line 63 of file lookups_merkle_check.hpp.

◆ DST_SELECTOR

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

Definition at line 53 of file lookups_merkle_check.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_merkle_check_merkle_poseidon2_write_settings_::INVERSES = Column::lookup_merkle_check_merkle_poseidon2_write_inv
staticconstexpr

Definition at line 55 of file lookups_merkle_check.hpp.

◆ LOOKUP_TUPLE_SIZE

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

Definition at line 51 of file lookups_merkle_check.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_merkle_check_merkle_poseidon2_write_settings_::NAME = "LOOKUP_MERKLE_CHECK_MERKLE_POSEIDON2_WRITE"
staticconstexpr

Definition at line 49 of file lookups_merkle_check.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_merkle_check_merkle_poseidon2_write_settings_::RELATION_NAME = "merkle_check"
staticconstexpr

Definition at line 50 of file lookups_merkle_check.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_merkle_check_merkle_poseidon2_write_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::merkle_check_write_left_node,
ColumnAndShifts::merkle_check_write_right_node,
ColumnAndShifts::precomputed_zero,
ColumnAndShifts::merkle_check_constant_2,
ColumnAndShifts::merkle_check_write_output_hash
}

Definition at line 56 of file lookups_merkle_check.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_merkle_check_merkle_poseidon2_write_settings_::SRC_SELECTOR = Column::merkle_check_write
staticconstexpr

Definition at line 52 of file lookups_merkle_check.hpp.


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