|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdint>#include <vector>#include "barretenberg/avm_fuzzer/fuzz_lib/control_flow.hpp"#include "barretenberg/avm_fuzzer/fuzz_lib/instruction.hpp"#include "barretenberg/serialize/msgpack.hpp"#include <iostream>Go to the source code of this file.
Classes | |
| struct | FuzzerData |
| describes the data which will be used for fuzzing Should contain instructions, calldata, CFG instructions, options to disable/enable instructions, etc More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const FuzzerData &data) |
|
inline |
Definition at line 22 of file fuzzer_data.hpp.