|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/flavor/flavor.hpp"#include "barretenberg/relations/poseidon2_external_relation.hpp"#include "barretenberg/relations/poseidon2_internal_relation.hpp"#include "barretenberg/relations/relation_parameters.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | RelationManual |
Typedefs | |
| using | FF = fr |
Functions | |
| TEST_F (RelationManual, Poseidon2ExternalRelationZeros) | |
| TEST_F (RelationManual, Poseidon2ExternalRelationRandom) | |
| TEST_F (RelationManual, Poseidon2InternalRelationZeros) | |
| TEST_F (RelationManual, Poseidon2InternalRelationRandom) | |
Definition at line 9 of file relation_manual.test.cpp.
| TEST_F | ( | RelationManual | , |
| Poseidon2ExternalRelationRandom | |||
| ) |
Definition at line 44 of file relation_manual.test.cpp.
| TEST_F | ( | RelationManual | , |
| Poseidon2ExternalRelationZeros | |||
| ) |
Definition at line 13 of file relation_manual.test.cpp.
| TEST_F | ( | RelationManual | , |
| Poseidon2InternalRelationRandom | |||
| ) |
Definition at line 121 of file relation_manual.test.cpp.
| TEST_F | ( | RelationManual | , |
| Poseidon2InternalRelationZeros | |||
| ) |
Definition at line 90 of file relation_manual.test.cpp.