|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <random>#include "barretenberg/avm_fuzzer/fuzz_lib/instruction.hpp"#include "barretenberg/avm_fuzzer/mutations/configuration.hpp"Go to the source code of this file.
Functions | |
| FuzzInstruction | generate_instruction (std::mt19937_64 &rng) |
| void | mutate_instruction (FuzzInstruction &instruction, std::mt19937_64 &rng) |
| FuzzInstruction generate_instruction | ( | std::mt19937_64 & | rng | ) |
Definition at line 39 of file instruction.cpp.
| void mutate_instruction | ( | FuzzInstruction & | instruction, |
| std::mt19937_64 & | rng | ||
| ) |
Definition at line 590 of file instruction.cpp.