Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/assert.hpp"
#include "barretenberg/common/serialize.hpp"
#include "barretenberg/polynomials/barycentric.hpp"
#include <span>
Go to the source code of this file.
Classes | |
class | bb::UnivariateCoefficientBasis< Fr, domain_end, has_a0_plus_a1 > |
A view of a univariate, also used to truncate univariates. More... | |
struct | std::tuple_size< bb::UnivariateCoefficientBasis< T, N, X > > |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | std |
STL namespace. | |
Functions | |
template<typename B , class Fr , size_t domain_end, bool has_a0_plus_a1> | |
void | bb::read (B &it, UnivariateCoefficientBasis< Fr, domain_end, has_a0_plus_a1 > &univariate) |
template<typename B , class Fr , size_t domain_end, bool has_a0_plus_a1> | |
void | bb::write (B &it, UnivariateCoefficientBasis< Fr, domain_end, has_a0_plus_a1 > const &univariate) |