Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/honk/composer/permutation_lib.hpp"
#include "barretenberg/flavor/ultra_flavor.hpp"
#include "barretenberg/honk/composer/composer_lib.hpp"
#include "barretenberg/honk/types/circuit_type.hpp"
#include "barretenberg/srs/global_crs.hpp"
#include <array>
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | PermutationHelperTests |
Functions | |
TEST_F (PermutationHelperTests, ComputePermutationMapping) | |
TEST_F (PermutationHelperTests, ComputeHonkStyleSigmaLagrangePolynomialsFromMapping) | |
TEST_F | ( | PermutationHelperTests | , |
ComputeHonkStyleSigmaLagrangePolynomialsFromMapping | |||
) |
Definition at line 65 of file permutation_lib.test.cpp.
TEST_F | ( | PermutationHelperTests | , |
ComputePermutationMapping | |||
) |
Definition at line 60 of file permutation_lib.test.cpp.