3#include "barretenberg/commitment_schemes/claim.hpp"
4#include "barretenberg/flavor/goblin_ultra.hpp"
5#include "barretenberg/flavor/ultra.hpp"
6#include "barretenberg/plonk/proof_system/types/proof.hpp"
7#include "barretenberg/proof_system/op_queue/ecc_op_queue.hpp"
8#include "barretenberg/srs/global_crs.hpp"
9#include "barretenberg/transcript/transcript.hpp"
22 using Commitment =
typename Flavor::Commitment;
31 std::shared_ptr<Transcript> transcript;
32 std::shared_ptr<ECCOpQueue> op_queue;
33 std::shared_ptr<VerifierCommitmentKey> pcs_verification_key;
Definition: polynomial.hpp:12
Common transcript class for both parties. Stores the data for the current round, as well as the manif...
Definition: transcript.hpp:62
Verifier class for the Goblin ECC op queue transcript merge protocol.
Definition: merge_verifier.hpp:18
bool verify_proof(const plonk::proof &proof)
Verify proper construction of the aggregate Goblin ECC op queue polynomials T_i^(j),...
Definition: merge_verifier.cpp:21
VerificationKey_< PrecomputedEntities< Commitment > > VerificationKey
The verification key is responsible for storing the the commitments to the precomputed (non-witnessk)...
Definition: goblin_translator.hpp:941
CommitmentKey object over a pairing group 𝔾₁.
Definition: commitment_key.hpp:35
Unverified claim (C,r,v) for some witness polynomial p(X) such that.
Definition: claim.hpp:43
Definition: verification_key.hpp:25
Defines particular circuit builder types expected to be used for circuit construction in stdlib and c...
Definition: claim.hpp:6