|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <to_radix_event.hpp>
Public Attributes | |
| uint32_t | execution_clk = 0 |
| uint16_t | space_id = 0 |
| uint32_t | num_limbs = 0 |
| MemoryAddress | dst_addr = 0 |
| FF | value = 0 |
| uint32_t | radix = 0 |
| bool | is_output_bits = false |
| std::vector< MemoryValue > | limbs |
Definition at line 19 of file to_radix_event.hpp.
| MemoryAddress bb::avm2::simulation::ToRadixMemoryEvent::dst_addr = 0 |
Definition at line 23 of file to_radix_event.hpp.
| uint32_t bb::avm2::simulation::ToRadixMemoryEvent::execution_clk = 0 |
Definition at line 20 of file to_radix_event.hpp.
| bool bb::avm2::simulation::ToRadixMemoryEvent::is_output_bits = false |
Definition at line 27 of file to_radix_event.hpp.
| std::vector<MemoryValue> bb::avm2::simulation::ToRadixMemoryEvent::limbs |
Definition at line 29 of file to_radix_event.hpp.
| uint32_t bb::avm2::simulation::ToRadixMemoryEvent::num_limbs = 0 |
Definition at line 22 of file to_radix_event.hpp.
| uint32_t bb::avm2::simulation::ToRadixMemoryEvent::radix = 0 |
Definition at line 26 of file to_radix_event.hpp.
| uint16_t bb::avm2::simulation::ToRadixMemoryEvent::space_id = 0 |
Definition at line 21 of file to_radix_event.hpp.
| FF bb::avm2::simulation::ToRadixMemoryEvent::value = 0 |
Definition at line 25 of file to_radix_event.hpp.