Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::ProxyCaller Class Reference

Class that allows us to call internal IPA methods, because it's friendly. More...

Static Public Member Functions

template<typename Transcript >
static void compute_opening_proof_internal (const CommitmentKey< Curve > &ck, const ProverOpeningClaim< Curve > &opening_claim, const std::shared_ptr< Transcript > &transcript, size_t poly_log_size)
 
template<typename Transcript >
static bool verify_internal (const VerifierCommitmentKey< Curve > &vk, const OpeningClaim< Curve > &opening_claim, const std::shared_ptr< Transcript > &transcript, size_t poly_log_size)
 

Detailed Description

Class that allows us to call internal IPA methods, because it's friendly.

Definition at line 26 of file ipa.fuzzer.cpp.

Member Function Documentation

◆ compute_opening_proof_internal()

template<typename Transcript >
static void bb::ProxyCaller::compute_opening_proof_internal ( const CommitmentKey< Curve > &  ck,
const ProverOpeningClaim< Curve > &  opening_claim,
const std::shared_ptr< Transcript > &  transcript,
size_t  poly_log_size 
)
inlinestatic

Definition at line 29 of file ipa.fuzzer.cpp.

◆ verify_internal()

template<typename Transcript >
static bool bb::ProxyCaller::verify_internal ( const VerifierCommitmentKey< Curve > &  vk,
const OpeningClaim< Curve > &  opening_claim,
const std::shared_ptr< Transcript > &  transcript,
size_t  poly_log_size 
)
inlinestatic

Definition at line 42 of file ipa.fuzzer.cpp.


The documentation for this class was generated from the following file: