7namespace proof_system::honk::sumcheck {
17 std::vector<FF> challenge;
19 ClaimedEvaluations claimed_evaluations;
21 std::optional<bool> verified =
false;
A field element for each entity of the flavor. These entities represent the prover polynomials evalua...
Definition: goblin_translator.hpp:947
Contains the multi-linear evaluations of the polynomials at the challenge point 'u'....
Definition: sumcheck_output.hpp:13