|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <bitwise_event.hpp>
Public Types | |
| using | Key = std::tuple< BitwiseOperation, MemoryValue, MemoryValue > |
Public Member Functions | |
| Key | get_key () const |
| bool | operator== (const BitwiseEvent &other) const =default |
Public Attributes | |
| BitwiseOperation | operation |
| MemoryValue | a |
| MemoryValue | b |
| uint128_t | res = 0 |
Definition at line 17 of file bitwise_event.hpp.
| using bb::avm2::simulation::BitwiseEvent::Key = std::tuple<BitwiseOperation, MemoryValue, MemoryValue> |
Definition at line 24 of file bitwise_event.hpp.
|
inline |
Definition at line 25 of file bitwise_event.hpp.
|
default |
| MemoryValue bb::avm2::simulation::BitwiseEvent::a |
Definition at line 19 of file bitwise_event.hpp.
| MemoryValue bb::avm2::simulation::BitwiseEvent::b |
Definition at line 20 of file bitwise_event.hpp.
| BitwiseOperation bb::avm2::simulation::BitwiseEvent::operation |
Definition at line 18 of file bitwise_event.hpp.
| uint128_t bb::avm2::simulation::BitwiseEvent::res = 0 |
Definition at line 21 of file bitwise_event.hpp.