17 static constexpr std::array<size_t, 19>
SUBRELATION_PARTIAL_LENGTHS = { 3, 3, 3, 3, 3, 3, 3, 3, 5, 3,
18 5, 3, 6, 5, 6, 6, 6, 6, 3 };
20 template <
typename AllEntities>
inline static bool skip(
const AllEntities& in)
24 return (in.get(C::ecc_sel)).is_zero();
27 template <
typename ContainerOverSubrelations,
typename AllEntities>
28 void static accumulate(ContainerOverSubrelations& evals,
29 const AllEntities& in,
31 [[maybe_unused]]
const FF& scaling_factor);
34template <
typename FF>
class ecc :
public Relation<eccImpl<FF>> {
36 static constexpr const std::string_view
NAME =
"ecc";
44 return "INFINITY_RESULT";
46 return "COMPUTED_LAMBDA";
48 return "OUTPUT_X_COORD";
50 return "OUTPUT_Y_COORD";
52 return "OUTPUT_INF_FLAG";
A wrapper for Relations to expose methods used by the Sumcheck prover or verifier to add the contribu...
static constexpr size_t SR_OUTPUT_X_COORD
static std::string get_subrelation_label(size_t index)
static constexpr size_t SR_OUTPUT_Y_COORD
static constexpr const std::string_view NAME
static constexpr size_t SR_COMPUTED_LAMBDA
static constexpr size_t SR_INFINITY_RESULT
static constexpr size_t SR_DOUBLE_PRED
static constexpr size_t SR_OUTPUT_INF_FLAG
static bool skip(const AllEntities &in)
static void accumulate(ContainerOverSubrelations &evals, const AllEntities &in, const RelationParameters< FF > &, const FF &scaling_factor)
static constexpr std::array< size_t, 19 > SUBRELATION_PARTIAL_LENGTHS
std::string to_string(bb::avm2::ValueTag tag)
Container for parameters used by the grand product (permutation, lookup) Honk relations.