|
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 51 of file alu_event.hpp.
| using bb::avm2::simulation::AluEvent::Key = std::tuple<AluOperation, MemoryValue, MemoryValue> |
Definition at line 61 of file alu_event.hpp.
|
inline |
Definition at line 62 of file alu_event.hpp.
|
default |
| MemoryValue bb::avm2::simulation::AluEvent::a |
Definition at line 53 of file alu_event.hpp.
| MemoryValue bb::avm2::simulation::AluEvent::b |
Definition at line 54 of file alu_event.hpp.
| MemoryValue bb::avm2::simulation::AluEvent::c |
Definition at line 57 of file alu_event.hpp.
| std::optional<AluError> bb::avm2::simulation::AluEvent::error |
Definition at line 59 of file alu_event.hpp.
| AluOperation bb::avm2::simulation::AluEvent::operation |
Definition at line 52 of file alu_event.hpp.