|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Public Types | |
| using | ProverInstance = ProverInstance_< Flavor > |
| using | FF = Flavor::FF |
Public Member Functions | |
| void | generate_test_circuit (auto &builder) |
Static Public Member Functions | |
| static void | SetUpTestSuite () |
| static TranscriptManifest | construct_mega_honk_manifest () |
| Construct a manifest for a Mega Honk proof. | |
Definition at line 17 of file mega_transcript.test.cpp.
| using MegaTranscriptTests< Flavor >::FF = Flavor::FF |
Definition at line 22 of file mega_transcript.test.cpp.
| using MegaTranscriptTests< Flavor >::ProverInstance = ProverInstance_<Flavor> |
Definition at line 21 of file mega_transcript.test.cpp.
|
inlinestatic |
Construct a manifest for a Mega Honk proof.
This is where we define the "Manifest" for a Mega Honk proof. The tests in this suite are intented to warn the developer if the Prover/Verifier has deviated from this manifest, however, the Transcript class is not otherwise contrained to follow the manifest.
Definition at line 34 of file mega_transcript.test.cpp.
|
inline |
Definition at line 157 of file mega_transcript.test.cpp.
|
inlinestatic |
Definition at line 19 of file mega_transcript.test.cpp.