|
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::LookupPolynomialStructure< Settings_ > |
| Polynomial structure required for the lookup argument. More... | |
| class | bb::GenericLookupRelationImpl< Settings, FF_ > |
| Generic implementation of a log-derivative based lookup relation. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Concepts | |
| concept | bb::GenericLookupSettings |
| Concept defining the requirements for the Settings struct used to configure the GenericLookupRelationImpl. | |
Typedefs | |
| template<typename Settings , typename FF > | |
| using | bb::GenericLookupRelation = Relation< GenericLookupRelationImpl< Settings, FF > > |
Enumerations | |
| enum | bb::LOOKUP_TYPE : uint8_t { bb::BASIC_LOOKUP , bb::CUSTOMIZED_LOOKUP } |
| enum | bb::TABLE_TYPE : uint8_t { bb::BASIC_TABLE , bb::CUSTOMIZED_TABLE } |