Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
fuzzer_data.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <random>
4
6
7void mutate_fuzzer_data(FuzzerData& fuzzer_data, std::mt19937_64& rng);
void mutate_fuzzer_data(FuzzerData &fuzzer_data, std::mt19937_64 &rng)
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
describes the data which will be used for fuzzing Should contain instructions, calldata,...