70 const std::vector<FF>& degree_check_challenges,
71 const size_t max_size);
Common transcript class for both parties. Stores the data for the current round, as well as the manif...
static constexpr size_t NUM_WIRES
CommitmentKey pcs_commitment_key
std::shared_ptr< Transcript > transcript
std::shared_ptr< ECCOpQueue > op_queue
std::vector< FF > MergeProof
Curve::AffineElement Commitment
MergeProof construct_proof()
Construct the batch merge proof.
static Polynomial compute_degree_check_polynomial(const std::vector< Polynomial > &flattened_columns, const std::vector< FF > °ree_check_challenges, const size_t max_size)
CommitmentKey object over a pairing group 𝔾₁.
static constexpr size_t NUM_WIRES
Polynomial p and an opening pair (r,v) such that p(r) = v.
typename Group::affine_element AffineElement
Entry point for Barretenberg command-line interface.
BaseTranscript< FrCodec, bb::crypto::Poseidon2< bb::crypto::Poseidon2Bn254ScalarFieldParams > > NativeTranscript
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept