Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
instruction_block.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <random>
4#include <vector>
5
8
9namespace bb::avm2::fuzzer {
10
13 std::mt19937_64& rng,
14 const FuzzerContext& context);
15
16} // namespace bb::avm2::fuzzer
void mutate_instruction_block(std::vector< FuzzInstruction > &instruction_block, std::mt19937_64 &rng, const FuzzerContext &context)
std::vector< FuzzInstruction > generate_instruction_block(std::mt19937_64 &rng, const FuzzerContext &context)
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13