Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <array>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::numeric |
Functions | |
constexpr uint32_t | bb::numeric::get_msb32 (const uint32_t in) |
constexpr uint64_t | bb::numeric::get_msb64 (const uint64_t in) |
template<typename T > | |
constexpr T | bb::numeric::get_msb (const T in) |
template<typename T > | |
constexpr T | bb::numeric::round_up_power_2 (const T in) |