|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/relations/ecc_vm/ecc_msm_relation.hpp"#include "barretenberg/relations/ecc_vm/ecc_short_monomial_relation_utils.hpp"#include "barretenberg/relations/relation_types.hpp"Go to the source code of this file.
Classes | |
| class | bb::ECCVMMSMAddShortRelationImpl< FF_ > |
| class | bb::ECCVMMSMDoubleShortRelationImpl< FF_ > |
| class | bb::ECCVMMSMSkewShortRelationImpl< FF_ > |
| class | bb::ECCVMMSMShortRelationImpl< FF_ > |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Typedefs | |
| template<typename FF > | |
| using | bb::ECCVMMSMAddShortRelation = Relation< ECCVMMSMAddShortRelationImpl< FF > > |
| template<typename FF > | |
| using | bb::ECCVMMSMDoubleShortRelation = Relation< ECCVMMSMDoubleShortRelationImpl< FF > > |
| template<typename FF > | |
| using | bb::ECCVMMSMSkewShortRelation = Relation< ECCVMMSMSkewShortRelationImpl< FF > > |
| template<typename FF > | |
| using | bb::ECCVMMSMShortRelation = Relation< ECCVMMSMShortRelationImpl< FF > > |