107 return (in.transcript_op + in.transcript_msm_transition + in.transcript_msm_count +
108 in.transcript_accumulator_not_empty + in.transcript_accumulator_x + in.transcript_accumulator_y +
113 template <
typename ContainerOverSubrelations,
typename AllEntities,
typename Parameters>
114 static void accumulate(ContainerOverSubrelations& accumulator,
116 const Parameters& params,
117 const FF& scaling_factor);
ECCVMTranscriptRelationImpl evaluates the correctness of the ECCVM transcript columns.
static bool skip(const AllEntities &in)
static void accumulate(ContainerOverSubrelations &accumulator, const AllEntities &in, const Parameters ¶ms, const FF &scaling_factor)
static constexpr size_t NUM_MAIN_SUBRELATIONS
static constexpr std::array< size_t, NUM_MAIN_SUBRELATIONS > SUBRELATION_PARTIAL_LENGTHS
DataType & lagrange_last()
DataType & lagrange_first()
A wrapper for Relations to expose methods used by the Sumcheck prover or verifier to add the contribu...
Entry point for Barretenberg command-line interface.