|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "barretenberg/relations/multilinear_batching/multilinear_batching_relation.hpp"#include "barretenberg/relations/relation_parameters.hpp"#include <array>#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | MultilinearBatchingRelationConsistency |
Typedefs | |
| using | FF = fr |
Functions | |
| TEST_F (MultilinearBatchingRelationConsistency, AccumulateMatchesDirectComputation) | |
| TEST_F (MultilinearBatchingRelationConsistency, SkipLogic) | |
Definition at line 10 of file multilinear_batching_relation_consistency.test.cpp.
| TEST_F | ( | MultilinearBatchingRelationConsistency | , |
| AccumulateMatchesDirectComputation | |||
| ) |
Definition at line 56 of file multilinear_batching_relation_consistency.test.cpp.
| TEST_F | ( | MultilinearBatchingRelationConsistency | , |
| SkipLogic | |||
| ) |
Definition at line 85 of file multilinear_batching_relation_consistency.test.cpp.