|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <to_radix_event.hpp>
Public Member Functions | |
| bool | operator== (const ToRadixEvent &other) const =default |
Public Attributes | |
| FF | value |
| uint32_t | radix |
| std::vector< uint8_t > | limbs |
Definition at line 10 of file to_radix_event.hpp.
|
default |
| std::vector<uint8_t> bb::avm2::simulation::ToRadixEvent::limbs |
Definition at line 13 of file to_radix_event.hpp.
| uint32_t bb::avm2::simulation::ToRadixEvent::radix |
Definition at line 12 of file to_radix_event.hpp.
| FF bb::avm2::simulation::ToRadixEvent::value |
Definition at line 11 of file to_radix_event.hpp.