28 template <
typename AllEntities>
inline static bool skip(
const AllEntities& in)
30 return in.lagrange_even_in_minicircuit.is_zero();
94 template <
typename ContainerOverSubrelations,
typename AllEntities,
typename Parameters>
95 static void accumulate(ContainerOverSubrelations& accumulators,
96 const AllEntities& in,
97 const Parameters& params,
98 const FF& scaling_factor);
A wrapper for Relations to expose methods used by the Sumcheck prover or verifier to add the contribu...
static constexpr std::array< size_t, 3 > SUBRELATION_PARTIAL_LENGTHS
static bool skip(const AllEntities &in)
Returns true if the contribution from all subrelations for the provided inputs is identically zero.
static void accumulate(ContainerOverSubrelations &accumulators, const AllEntities &in, const Parameters ¶ms, const FF &scaling_factor)
Expression for the computation of Translator accumulator in integers through 68-bit limbs and native ...
Entry point for Barretenberg command-line interface.