|
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.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::fuzzer |
Functions | |
| std::vector< FuzzInstruction > | bb::avm2::fuzzer::generate_instruction_block (std::mt19937_64 &rng, const FuzzerContext &context) |
| void | bb::avm2::fuzzer::mutate_instruction_block (std::vector< FuzzInstruction > &instruction_block, std::mt19937_64 &rng, const FuzzerContext &context) |