Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "poseidon2_permutation.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 (Poseidon2Permutation, TestVectors) | |
TEST (Poseidon2Permutation, BasicTests) | |
TEST (Poseidon2Permutation, ConsistencyCheck) | |
TEST | ( | Poseidon2Permutation | , |
BasicTests | |||
) |
Definition at line 22 of file poseidon2_permutation.test.cpp.
TEST | ( | Poseidon2Permutation | , |
ConsistencyCheck | |||
) |
Definition at line 44 of file poseidon2_permutation.test.cpp.
TEST | ( | Poseidon2Permutation | , |
TestVectors | |||
) |
Definition at line 12 of file poseidon2_permutation.test.cpp.