|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/avm_fuzzer/mutations/instructions/instruction_block.hpp"#include <random>#include <vector>#include "barretenberg/avm_fuzzer/fuzz_lib/instruction.hpp"#include "barretenberg/avm_fuzzer/mutations/basic_types/vector.hpp"#include "barretenberg/avm_fuzzer/mutations/instructions/instruction.hpp"Go to the source code of this file.
Functions | |
| std::vector< FuzzInstruction > | generate_instruction_block (std::mt19937_64 &rng) |
| void | mutate_instruction_block (std::vector< FuzzInstruction > &instruction_block, std::mt19937_64 &rng) |
Variables | |
| constexpr uint16_t | MAX_INSTRUCTION_BLOCK_SIZE_ON_GENERATION = 10 |
| std::vector< FuzzInstruction > generate_instruction_block | ( | std::mt19937_64 & | rng | ) |
Definition at line 12 of file instruction_block.cpp.
| void mutate_instruction_block | ( | std::vector< FuzzInstruction > & | instruction_block, |
| std::mt19937_64 & | rng | ||
| ) |
Definition at line 22 of file instruction_block.cpp.
|
constexpr |
Definition at line 10 of file instruction_block.cpp.