Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
general.hpp File Reference
#include "barretenberg/common/assert.hpp"
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::numeric
 

Functions

template<typename T >
constexpr T bb::numeric::ceil_div (const T &numerator, const T &denominator)
 Computes the ceiling of the division of two integral types.