|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <random>#include <vector>#include "barretenberg/avm_fuzzer/fuzz_lib/fuzzer_context.hpp"#include "barretenberg/avm_fuzzer/fuzz_lib/instruction.hpp"Go to the source code of this file.
Classes | |
| struct | bb::avm2::fuzzer::InstructionBlock |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::fuzzer |
Functions | |
| std::ostream & | bb::avm2::fuzzer::operator<< (std::ostream &os, const InstructionBlock &instruction_block) |
| InstructionBlock | bb::avm2::fuzzer::generate_instruction_block (std::mt19937_64 &rng, const FuzzerContext &context) |
| void | bb::avm2::fuzzer::mutate_instruction_block (InstructionBlock &instruction_block, std::mt19937_64 &rng, const FuzzerContext &context) |