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

#include <lookups_scalar_mul.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_SCALAR_MUL_ADD"
 
static constexpr std::string_view RELATION_NAME = "scalar_mul"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 9
 
static constexpr Column SRC_SELECTOR = Column::scalar_mul_should_add
 
static constexpr Column DST_SELECTOR = Column::ecc_sel
 
static constexpr Column COUNTS = Column::lookup_scalar_mul_add_counts
 
static constexpr Column INVERSES = Column::lookup_scalar_mul_add_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 72 of file lookups_scalar_mul.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_scalar_mul_add_settings_::COUNTS = Column::lookup_scalar_mul_add_counts
staticconstexpr

Definition at line 78 of file lookups_scalar_mul.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_scalar_mul_add_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::ecc_r_x, ColumnAndShifts::ecc_r_y, ColumnAndShifts::ecc_r_is_inf,
ColumnAndShifts::ecc_p_x, ColumnAndShifts::ecc_p_y, ColumnAndShifts::ecc_p_is_inf,
ColumnAndShifts::ecc_q_x, ColumnAndShifts::ecc_q_y, ColumnAndShifts::ecc_q_is_inf
}

Definition at line 87 of file lookups_scalar_mul.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_scalar_mul_add_settings_::DST_SELECTOR = Column::ecc_sel
staticconstexpr

Definition at line 77 of file lookups_scalar_mul.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_scalar_mul_add_settings_::INVERSES = Column::lookup_scalar_mul_add_inv
staticconstexpr

Definition at line 79 of file lookups_scalar_mul.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_scalar_mul_add_settings_::LOOKUP_TUPLE_SIZE = 9
staticconstexpr

Definition at line 75 of file lookups_scalar_mul.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_scalar_mul_add_settings_::NAME = "LOOKUP_SCALAR_MUL_ADD"
staticconstexpr

Definition at line 73 of file lookups_scalar_mul.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_scalar_mul_add_settings_::RELATION_NAME = "scalar_mul"
staticconstexpr

Definition at line 74 of file lookups_scalar_mul.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_scalar_mul_add_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::scalar_mul_res_x, ColumnAndShifts::scalar_mul_res_y,
ColumnAndShifts::scalar_mul_res_inf, ColumnAndShifts::scalar_mul_res_x_shift,
ColumnAndShifts::scalar_mul_res_y_shift, ColumnAndShifts::scalar_mul_res_inf_shift,
ColumnAndShifts::scalar_mul_temp_x, ColumnAndShifts::scalar_mul_temp_y,
ColumnAndShifts::scalar_mul_temp_inf
}

Definition at line 80 of file lookups_scalar_mul.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_scalar_mul_add_settings_::SRC_SELECTOR = Column::scalar_mul_should_add
staticconstexpr

Definition at line 76 of file lookups_scalar_mul.hpp.


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