Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
fuzz.hpp File Reference

Go to the source code of this file.

Functions

SimulatorResult fuzz_against_ts_simulator (FuzzerData &fuzzer_data, bb::avm2::fuzzer::FuzzerContext &context)
 fuzz CPP vs JS simulator with the given fuzzer data
 

Function Documentation

◆ fuzz_against_ts_simulator()

SimulatorResult fuzz_against_ts_simulator ( FuzzerData fuzzer_data,
bb::avm2::fuzzer::FuzzerContext context 
)

fuzz CPP vs JS simulator with the given fuzzer data

Parameters
fuzzer_datathe fuzzer data to use for fuzzing
contextthe fuzzer context for contract management
Returns
the simulator result if the results are the same
Exceptions
anexception if the simulator results are different

Definition at line 14 of file fuzz.cpp.