|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/relations/relation_types.hpp"Go to the source code of this file.
Classes | |
| class | bb::EccOpQueueRelationImpl< FF_ > |
| Constrains ecc_op_wire polynomials to equal shifted wires on the ECC op domain, and zero elsewhere. More... | |
| class | bb::MegaEccOpBoundaryRelationImpl< FF_ > |
Enforces that MegaZK's ecc op wires start with four zeros: ecc_op_wire_j(x) = 0 for j = 1..4 on rows 0..3. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Typedefs | |
| template<typename FF > | |
| using | bb::EccOpQueueRelation = Relation< EccOpQueueRelationImpl< FF > > |
| template<typename FF > | |
| using | bb::MegaEccOpBoundaryRelation = Relation< MegaEccOpBoundaryRelationImpl< FF > > |