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

#include <lookups_scalar_mul.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_SCALAR_MUL_DOUBLE"
 
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_not_end
 
static constexpr Column DST_SELECTOR = Column::ecc_sel
 
static constexpr Column COUNTS = Column::lookup_scalar_mul_double_counts
 
static constexpr Column INVERSES = Column::lookup_scalar_mul_double_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 44 of file lookups_scalar_mul.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_scalar_mul_double_settings_::COUNTS = Column::lookup_scalar_mul_double_counts
staticconstexpr

Definition at line 50 of file lookups_scalar_mul.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_scalar_mul_double_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 59 of file lookups_scalar_mul.hpp.

◆ DST_SELECTOR

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

Definition at line 49 of file lookups_scalar_mul.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_scalar_mul_double_settings_::INVERSES = Column::lookup_scalar_mul_double_inv
staticconstexpr

Definition at line 51 of file lookups_scalar_mul.hpp.

◆ LOOKUP_TUPLE_SIZE

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

Definition at line 47 of file lookups_scalar_mul.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_scalar_mul_double_settings_::NAME = "LOOKUP_SCALAR_MUL_DOUBLE"
staticconstexpr

Definition at line 45 of file lookups_scalar_mul.hpp.

◆ RELATION_NAME

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

Definition at line 46 of file lookups_scalar_mul.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_scalar_mul_double_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::scalar_mul_temp_x, ColumnAndShifts::scalar_mul_temp_y,
ColumnAndShifts::scalar_mul_temp_inf, ColumnAndShifts::scalar_mul_temp_x_shift,
ColumnAndShifts::scalar_mul_temp_y_shift, ColumnAndShifts::scalar_mul_temp_inf_shift,
ColumnAndShifts::scalar_mul_temp_x_shift, ColumnAndShifts::scalar_mul_temp_y_shift,
ColumnAndShifts::scalar_mul_temp_inf_shift
}

Definition at line 52 of file lookups_scalar_mul.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_scalar_mul_double_settings_::SRC_SELECTOR = Column::scalar_mul_not_end
staticconstexpr

Definition at line 48 of file lookups_scalar_mul.hpp.


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