Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <alu_event.hpp>
Public Types | |
using | Key = std::tuple< AluOperation, MemoryValue, MemoryValue > |
Public Member Functions | |
Key | get_key () const |
bool | operator== (const AluEvent &other) const =default |
Public Attributes | |
AluOperation | operation |
MemoryValue | a |
MemoryValue | b |
MemoryValue | c |
std::optional< AluError > | error |
Definition at line 58 of file alu_event.hpp.
using bb::avm2::simulation::AluEvent::Key = std::tuple<AluOperation, MemoryValue, MemoryValue> |
Definition at line 68 of file alu_event.hpp.
|
inline |
Definition at line 69 of file alu_event.hpp.
|
default |
MemoryValue bb::avm2::simulation::AluEvent::a |
Definition at line 60 of file alu_event.hpp.
MemoryValue bb::avm2::simulation::AluEvent::b |
Definition at line 61 of file alu_event.hpp.
MemoryValue bb::avm2::simulation::AluEvent::c |
Definition at line 64 of file alu_event.hpp.
std::optional<AluError> bb::avm2::simulation::AluEvent::error |
Definition at line 66 of file alu_event.hpp.
AluOperation bb::avm2::simulation::AluEvent::operation |
Definition at line 59 of file alu_event.hpp.