Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/lib/uint_decomposition.hpp"
#include "barretenberg/numeric/uint128/uint128.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::avm2 |
namespace | bb::avm2::simulation |
Functions | |
U256Decomposition | bb::avm2::simulation::decompose (const uint256_t &x) |
U128Decomposition | bb::avm2::simulation::decompose (const uint128_t &x) |
Variables | |
const uint256_t | bb::avm2::simulation::TWO_POW_128 = uint256_t(1) << 128 |
const uint128_t | bb::avm2::simulation::TWO_POW_64 = static_cast<uint128_t>(1) << 64 |