Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
to_radix_event.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
7
8namespace bb::avm2::simulation {
9
12 uint32_t radix;
13 std::vector<uint8_t> limbs;
14
15 bool operator==(const ToRadixEvent& other) const = default;
16};
17
19 uint32_t execution_clk;
20 uint16_t space_id;
21 uint32_t num_limbs;
23
25 uint32_t radix;
26 bool is_output_bits; // true if output is U1 or false if output is U8
27 // Need to know if the output is U8 or U1
29};
30
31} // namespace bb::avm2::simulation
uint32_t MemoryAddress
AvmFlavorSettings::FF FF
Definition field.hpp:10
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
bool operator==(const ToRadixEvent &other) const =default