Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <range_check_event.hpp>
Public Types | |
using | Key = std::tuple< uint128_t, uint8_t > |
Public Member Functions | |
bool | operator== (const RangeCheckEvent &other) const =default |
Key | get_key () const |
Public Attributes | |
uint128_t | value |
uint8_t | num_bits |
Definition at line 11 of file range_check_event.hpp.
using bb::avm2::simulation::RangeCheckEvent::Key = std::tuple<uint128_t, uint8_t> |
Definition at line 18 of file range_check_event.hpp.
|
inline |
Definition at line 19 of file range_check_event.hpp.
|
default |
uint8_t bb::avm2::simulation::RangeCheckEvent::num_bits |
Definition at line 13 of file range_check_event.hpp.
uint128_t bb::avm2::simulation::RangeCheckEvent::value |
Definition at line 12 of file range_check_event.hpp.