|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <array>#include <tuple>#include "barretenberg/common/constexpr_utils.hpp"#include "barretenberg/honk/proof_system/logderivative_library.hpp"#include "barretenberg/polynomials/univariate.hpp"#include "barretenberg/relations/relation_types.hpp"Go to the source code of this file.
Classes | |
| class | bb::PermutationPolynomialStructure< Settings > |
| Specialization of the polynomial structure required for the lookup argument to the case of the permutation argument. More... | |
| class | bb::GenericPermutationRelationImpl< Settings, FF_ > |
| Implementation of a generic permutation relation. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Typedefs | |
| template<typename Settings , typename FF > | |
| using | bb::GenericPermutationRelation = Relation< GenericPermutationRelationImpl< Settings, FF > > |