|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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/configuration.hpp"Go to the source code of this file.
Functions | |
| void | mutate_calldata_vec (std::vector< bb::avm2::FF > &calldata, std::mt19937_64 &rng) |
| void mutate_calldata_vec | ( | std::vector< bb::avm2::FF > & | calldata, |
| std::mt19937_64 & | rng | ||
| ) |
Definition at line 11 of file calldata_vec.cpp.