Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "poseidon2.hpp"
#include "barretenberg/crypto/poseidon2/poseidon2_params.hpp"
#include "barretenberg/ecc/curves/bn254/bn254.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
TEST (Poseidon2, HashBasicTests) | |
TEST (Poseidon2, HashConsistencyCheck) | |
TEST | ( | Poseidon2 | , |
HashBasicTests | |||
) |
Definition at line 12 of file poseidon2.test.cpp.
TEST | ( | Poseidon2 | , |
HashConsistencyCheck | |||
) |
Definition at line 34 of file poseidon2.test.cpp.