|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Classes | |
| class | TestTranscript |
Typedefs | |
| using | FF = bb::fr |
| using | Fr = bb::fr |
| using | Fq = bb::fq |
Functions | |
| TEST (NativeTranscript, TwoProversTwoFields) | |
| Test sending, receiving, and exporting proofs. | |
| TEST (NativeTranscript, ConsumeElement) | |
| Test the add_to_hash_buffer functionality. | |
| TEST (NativeTranscript, MultipleProversWithAddToHashBuffer) | |
Test the case when a transcript is shared by multiple provers using add_to_hash_buffer() method. | |
Definition at line 6 of file transcript.test.cpp.
Definition at line 8 of file transcript.test.cpp.
Definition at line 7 of file transcript.test.cpp.
| TEST | ( | NativeTranscript | , |
| ConsumeElement | |||
| ) |
Test the add_to_hash_buffer functionality.
Definition at line 168 of file transcript.test.cpp.
| TEST | ( | NativeTranscript | , |
| MultipleProversWithAddToHashBuffer | |||
| ) |
Test the case when a transcript is shared by multiple provers using add_to_hash_buffer() method.
Definition at line 182 of file transcript.test.cpp.
| TEST | ( | NativeTranscript | , |
| TwoProversTwoFields | |||
| ) |
Test sending, receiving, and exporting proofs.
Definition at line 23 of file transcript.test.cpp.