|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/relations/ecc_vm/ecc_bools_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::ECCVMBoolsTranscriptShortRelationImpl< FF_ > |
| Transcript-family half of the ECCVM short-monomial booleanity checks. More... | |
| class | bb::ECCVMBoolsMsmShortRelationImpl< FF_ > |
| MSM/precompute-family half of the ECCVM short-monomial booleanity checks. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Typedefs | |
| template<typename FF > | |
| using | bb::ECCVMBoolsTranscriptShortRelation = Relation< ECCVMBoolsTranscriptShortRelationImpl< FF > > |
| template<typename FF > | |
| using | bb::ECCVMBoolsMsmShortRelation = Relation< ECCVMBoolsMsmShortRelationImpl< FF > > |