|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/flavor/flavor.hpp"#include "barretenberg/flavor/generated/ultra_flavor_generated.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 |
| using | AllPoseidonValues = UltraFlavor_Generated::AllEntities< FF > |
| using | EntityId = UltraFlavor_Generated::EntityId |
Functions | |
| TEST_F (RelationManual, Poseidon2ExternalRelationZeros) | |
| TEST_F (RelationManual, Poseidon2ExternalRelationRandom) | |
| TEST_F (RelationManual, Poseidon2InternalRelationZeros) | |
| TEST_F (RelationManual, Poseidon2InternalRelationRandom) | |
Definition at line 17 of file relation_manual.test.cpp.
Definition at line 18 of file relation_manual.test.cpp.
Definition at line 10 of file relation_manual.test.cpp.
| TEST_F | ( | RelationManual | , |
| Poseidon2ExternalRelationRandom | |||
| ) |
Definition at line 37 of file relation_manual.test.cpp.
| TEST_F | ( | RelationManual | , |
| Poseidon2ExternalRelationZeros | |||
| ) |
Definition at line 20 of file relation_manual.test.cpp.
| TEST_F | ( | RelationManual | , |
| Poseidon2InternalRelationRandom | |||
| ) |
Definition at line 98 of file relation_manual.test.cpp.
| TEST_F | ( | RelationManual | , |
| Poseidon2InternalRelationZeros | |||
| ) |
Definition at line 81 of file relation_manual.test.cpp.