Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/honk/library/grand_product_library.hpp"
#include "barretenberg/ecc/curves/bn254/bn254.hpp"
#include "barretenberg/flavor/ultra_flavor.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | GrandProductTests< FF > |
Typedefs | |
using | FieldTypes = testing::Types< bb::fr > |
Functions | |
TYPED_TEST_SUITE (GrandProductTests, FieldTypes) | |
TYPED_TEST (GrandProductTests, GrandProductPermutation) | |
using FieldTypes = testing::Types<bb::fr> |
Definition at line 131 of file grand_product_library.test.cpp.
TYPED_TEST | ( | GrandProductTests | , |
GrandProductPermutation | |||
) |
Definition at line 134 of file grand_product_library.test.cpp.
TYPED_TEST_SUITE | ( | GrandProductTests | , |
FieldTypes | |||
) |