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::TranslatorOpcodeConstraintRelationImpl< FF_ > |
class | bb::TranslatorAccumulatorTransferRelationImpl< FF_ > |
class | bb::TranslatorZeroConstraintsRelationImpl< FF_ > |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Typedefs | |
template<typename FF > | |
using | bb::TranslatorOpcodeConstraintRelation = Relation< TranslatorOpcodeConstraintRelationImpl< FF > > |
template<typename FF > | |
using | bb::TranslatorAccumulatorTransferRelation = Relation< TranslatorAccumulatorTransferRelationImpl< FF > > |
template<typename FF > | |
using | bb::TranslatorZeroConstraintsRelation = Relation< TranslatorZeroConstraintsRelationImpl< FF > > |