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

#include <lookups_bc_hashing.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_BC_HASHING_POSEIDON2_HASH"
 
static constexpr std::string_view RELATION_NAME = "bc_hashing"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 8
 
static constexpr Column SRC_SELECTOR = Column::bc_hashing_sel
 
static constexpr Column DST_SELECTOR = Column::poseidon2_hash_sel
 
static constexpr Column COUNTS = Column::lookup_bc_hashing_poseidon2_hash_counts
 
static constexpr Column INVERSES = Column::lookup_bc_hashing_poseidon2_hash_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 56 of file lookups_bc_hashing.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_bc_hashing_poseidon2_hash_settings_::COUNTS = Column::lookup_bc_hashing_poseidon2_hash_counts
staticconstexpr

Definition at line 62 of file lookups_bc_hashing.hpp.

◆ DST_COLUMNS

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

Definition at line 70 of file lookups_bc_hashing.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_bc_hashing_poseidon2_hash_settings_::DST_SELECTOR = Column::poseidon2_hash_sel
staticconstexpr

Definition at line 61 of file lookups_bc_hashing.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_bc_hashing_poseidon2_hash_settings_::INVERSES = Column::lookup_bc_hashing_poseidon2_hash_inv
staticconstexpr

Definition at line 63 of file lookups_bc_hashing.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_bc_hashing_poseidon2_hash_settings_::LOOKUP_TUPLE_SIZE = 8
staticconstexpr

Definition at line 59 of file lookups_bc_hashing.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_bc_hashing_poseidon2_hash_settings_::NAME = "LOOKUP_BC_HASHING_POSEIDON2_HASH"
staticconstexpr

Definition at line 57 of file lookups_bc_hashing.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_bc_hashing_poseidon2_hash_settings_::RELATION_NAME = "bc_hashing"
staticconstexpr

Definition at line 58 of file lookups_bc_hashing.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_bc_hashing_poseidon2_hash_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::bc_hashing_start, ColumnAndShifts::bc_hashing_latch,
ColumnAndShifts::bc_hashing_packed_fields_0, ColumnAndShifts::bc_hashing_packed_fields_1,
ColumnAndShifts::bc_hashing_packed_fields_2, ColumnAndShifts::bc_hashing_input_len,
ColumnAndShifts::bc_hashing_rounds_rem, ColumnAndShifts::bc_hashing_output_hash
}

Definition at line 64 of file lookups_bc_hashing.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_bc_hashing_poseidon2_hash_settings_::SRC_SELECTOR = Column::bc_hashing_sel
staticconstexpr

Definition at line 60 of file lookups_bc_hashing.hpp.


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