|
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 = static_cast<AluOperation>(0) |
| MemoryValue | a |
| MemoryValue | b = MemoryValue::from_tag(static_cast<ValueTag>(0), 0) |
| MemoryValue | c = MemoryValue::from_tag(static_cast<ValueTag>(0), 0) |
| bool | error = false |
Definition at line 31 of file alu_event.hpp.
| using bb::avm2::simulation::AluEvent::Key = std::tuple<AluOperation, MemoryValue, MemoryValue> |
Definition at line 39 of file alu_event.hpp.
|
inline |
Definition at line 40 of file alu_event.hpp.
|
default |
| MemoryValue bb::avm2::simulation::AluEvent::a |
Definition at line 33 of file alu_event.hpp.
| MemoryValue bb::avm2::simulation::AluEvent::b = MemoryValue::from_tag(static_cast<ValueTag>(0), 0) |
Definition at line 34 of file alu_event.hpp.
| MemoryValue bb::avm2::simulation::AluEvent::c = MemoryValue::from_tag(static_cast<ValueTag>(0), 0) |
Definition at line 35 of file alu_event.hpp.
| bool bb::avm2::simulation::AluEvent::error = false |
Definition at line 37 of file alu_event.hpp.
| AluOperation bb::avm2::simulation::AluEvent::operation = static_cast<AluOperation>(0) |
Definition at line 32 of file alu_event.hpp.