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

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)
 

Function Documentation

◆ compare_simulator_results()

bool compare_simulator_results ( const SimulatorResult result1,
const SimulatorResult result2 
)

Definition at line 263 of file simulator.cpp.