Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
uint_decomposition.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace bb::avm2::simulation {
7
11
12 bool operator==(const U256Decomposition& other) const = default;
13};
14
16
18 uint64_t lo;
19 uint64_t hi;
20
21 bool operator==(const U128Decomposition& other) const = default;
22};
23
25
26} // namespace bb::avm2::simulation
U256Decomposition decompose(const uint256_t &x)
unsigned __int128 uint128_t
Definition serialize.hpp:44
bool operator==(const U128Decomposition &other) const =default
bool operator==(const U256Decomposition &other) const =default