|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
| bool | compare_call_stack_metadata (const CallStackMetadata &a, const CallStackMetadata &b) |
| bool | compare_call_stack_metadata_vec (const std::vector< CallStackMetadata > &a, const std::vector< CallStackMetadata > &b) |
| bool | compare_cpp_simulator_results (const std::vector< TxSimulationResult > &results) |
| bool compare_call_stack_metadata | ( | const CallStackMetadata & | a, |
| const CallStackMetadata & | b | ||
| ) |
Definition at line 13 of file fuzzer_comparison_helper.cpp.
| bool compare_call_stack_metadata_vec | ( | const std::vector< CallStackMetadata > & | a, |
| const std::vector< CallStackMetadata > & | b | ||
| ) |
Definition at line 33 of file fuzzer_comparison_helper.cpp.
| bool compare_cpp_simulator_results | ( | const std::vector< TxSimulationResult > & | results | ) |
Definition at line 46 of file fuzzer_comparison_helper.cpp.