Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
instruction.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <random>
4
5
#include "
barretenberg/avm_fuzzer/fuzz_lib/instruction.hpp
"
6
#include "
barretenberg/avm_fuzzer/mutations/configuration.hpp
"
7
8
FuzzInstruction
generate_instruction
(
std::mt19937_64
& rng);
9
void
mutate_instruction
(
FuzzInstruction
&
instruction
,
std::mt19937_64
& rng);
FuzzInstruction
::FuzzInstruction FuzzInstruction
Definition
avm.fuzzer.cpp:15
configuration.hpp
instruction.hpp
instruction
Instruction instruction
Definition
gas_tracker.test.cpp:33
mutate_instruction
void mutate_instruction(FuzzInstruction &instruction, std::mt19937_64 &rng)
Definition
instruction.cpp:590
generate_instruction
FuzzInstruction generate_instruction(std::mt19937_64 &rng)
Definition
instruction.cpp:39
std::get
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition
tuple.hpp:13
src
barretenberg
avm_fuzzer
mutations
instructions
instruction.hpp
Generated by
1.9.8