|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <array>#include <tuple>#include "barretenberg/common/thread.hpp"#include "barretenberg/polynomials/univariate.hpp"#include "barretenberg/relations/relation_types.hpp"#include "barretenberg/stdlib_circuit_builders/databus.hpp"Go to the source code of this file.
Classes | |
| class | bb::SingleBusLookupRelationImpl< FF_, ValueId, ReadCountsId, InversesId, IndicatorId, SelectorId > |
| Log-derivative lookup argument for a single DataBus column. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Typedefs | |
| template<typename FF , auto V, auto RC, auto IV, auto IND, auto SEL> | |
| using | bb::SingleBusLookupRelation = Relation< SingleBusLookupRelationImpl< FF, V, RC, IV, IND, SEL > > |