|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Wrapper class that allows us to call IPA methods. More...
Static Public Member Functions | |
| template<typename Transcript > | |
| static void | compute_opening_proof (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 (const VerifierCommitmentKey< Curve > &vk, const OpeningClaim< Curve > &opening_claim, const std::shared_ptr< Transcript > &transcript, size_t poly_log_size) |
Wrapper class that allows us to call IPA methods.
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.