Barretenberg
The ZK-SNARK library at the core of Aztec
|
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) |
Class that allows us to call internal IPA methods, because it's friendly.
Definition at line 26 of file ipa.fuzzer.cpp.
|
inlinestatic |
Definition at line 29 of file ipa.fuzzer.cpp.
|
inlinestatic |
Definition at line 42 of file ipa.fuzzer.cpp.