Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "../byte_array/byte_array.hpp"
#include "../circuit_builders/circuit_builders_fwd.hpp"
#include "../field/field.hpp"
#include "barretenberg/common/assert.hpp"
#include "barretenberg/ecc/curves/bn254/fq.hpp"
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include "barretenberg/numeric/uint256/uint256.hpp"
#include "barretenberg/numeric/uintx/uintx.hpp"
#include "barretenberg/stdlib/primitives/bigfield/constants.hpp"
Go to the source code of this file.
Classes | |
class | bb::stdlib::bigfield< Builder, T > |
struct | bb::stdlib::bigfield< Builder, T >::Basis |
struct | bb::stdlib::bigfield< Builder, T >::Limb |
Represents a single limb of a bigfield element, with its value and maximum value. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::stdlib |
Functions | |
template<typename C , typename T > | |
std::ostream & | bb::stdlib::operator<< (std::ostream &os, bigfield< T, C > const &v) |