|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/avm_fuzzer/fuzzer_comparison_helper.hpp"#include <string>#include <vector>#include "barretenberg/avm_fuzzer/fuzz_lib/constants.hpp"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.