#include <lookups_scalar_mul.hpp>
Definition at line 72 of file lookups_scalar_mul.hpp.
◆ COUNTS
constexpr Column bb::avm2::lookup_scalar_mul_add_settings_::COUNTS = Column::lookup_scalar_mul_add_counts |
|
staticconstexpr |
◆ DST_COLUMNS
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 |
◆ INVERSES
constexpr Column bb::avm2::lookup_scalar_mul_add_settings_::INVERSES = Column::lookup_scalar_mul_add_inv |
|
staticconstexpr |
◆ LOOKUP_TUPLE_SIZE
constexpr size_t bb::avm2::lookup_scalar_mul_add_settings_::LOOKUP_TUPLE_SIZE = 9 |
|
staticconstexpr |
◆ NAME
constexpr std::string_view bb::avm2::lookup_scalar_mul_add_settings_::NAME = "LOOKUP_SCALAR_MUL_ADD" |
|
staticconstexpr |
◆ RELATION_NAME
constexpr std::string_view bb::avm2::lookup_scalar_mul_add_settings_::RELATION_NAME = "scalar_mul" |
|
staticconstexpr |
◆ SRC_COLUMNS
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 |
The documentation for this struct was generated from the following file: