|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <vector>#include "barretenberg/avm_fuzzer/common/interfaces/dbs.hpp"#include "barretenberg/avm_fuzzer/common/process.hpp"#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/common/field.hpp"#include "barretenberg/vm2/simulation/interfaces/execution.hpp"Go to the source code of this file.
Classes | |
| struct | SimulatorResult |
| class | Simulator |
| class | CppSimulator |
| uses barretenberg/vm2 to simulate the bytecode More... | |
| class | JsSimulator |
| uses the yarn-project/simulator to simulate the bytecode Singleton, because initializing the simulator is expensive More... | |
Functions | |
| bool | compare_simulator_results (const SimulatorResult &result1, const SimulatorResult &result2) |
| bool compare_simulator_results | ( | const SimulatorResult & | result1, |
| const SimulatorResult & | result2 | ||
| ) |
Definition at line 263 of file simulator.cpp.