Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <to_radix_event.hpp>
Public Attributes | |
uint32_t | execution_clk |
uint32_t | space_id |
MemoryAddress | dst_addr |
FF | value |
uint32_t | radix |
bool | is_output_bits |
std::vector< MemoryValue > | limbs |
Definition at line 25 of file to_radix_event.hpp.
MemoryAddress bb::avm2::simulation::ToRadixMemoryEvent::dst_addr |
Definition at line 28 of file to_radix_event.hpp.
uint32_t bb::avm2::simulation::ToRadixMemoryEvent::execution_clk |
Definition at line 26 of file to_radix_event.hpp.
bool bb::avm2::simulation::ToRadixMemoryEvent::is_output_bits |
Definition at line 32 of file to_radix_event.hpp.
std::vector<MemoryValue> bb::avm2::simulation::ToRadixMemoryEvent::limbs |
Definition at line 34 of file to_radix_event.hpp.
uint32_t bb::avm2::simulation::ToRadixMemoryEvent::radix |
Definition at line 31 of file to_radix_event.hpp.
uint32_t bb::avm2::simulation::ToRadixMemoryEvent::space_id |
Definition at line 27 of file to_radix_event.hpp.
FF bb::avm2::simulation::ToRadixMemoryEvent::value |
Definition at line 30 of file to_radix_event.hpp.