Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mutation_helper.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <fuzzer/FuzzedDataProvider.h>
4
6
7namespace bb::avm2::fuzzing {
8
19bb::avm2::MemoryValue read_mem_value(FuzzedDataProvider& fdp);
20
21} // namespace bb::avm2::fuzzing
MemoryValue read_mem_value(FuzzedDataProvider &fdp)
Read a MemoryValue from the fuzzed data provider.