Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/constants.hpp"
#include "barretenberg/ecc/curves/bn254/bn254.hpp"
#include "barretenberg/polynomials/polynomial.hpp"
#include "barretenberg/polynomials/univariate.hpp"
#include <array>
#include <vector>
Go to the source code of this file.
Classes | |
struct | bb::ZKSumcheckData< Flavor > |
This structure is created to contain various polynomials and constants required by ZK Sumcheck. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |