Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/commitment_schemes/shplonk/shplonk.hpp"
#include "barretenberg/circuit_checker/circuit_checker.hpp"
#include "barretenberg/commitment_schemes/commitment_key.test.hpp"
#include "barretenberg/stdlib/primitives/curves/bn254.hpp"
#include "barretenberg/stdlib/primitives/curves/grumpkin.hpp"
#include "barretenberg/stdlib/proof/proof.hpp"
#include "barretenberg/stdlib/transcript/transcript.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | ShplonkRecursionTest< Builder > |
Typedefs | |
using | BuilderTypes = ::testing::Types< UltraCircuitBuilder, MegaCircuitBuilder > |
Functions | |
TYPED_TEST_SUITE (ShplonkRecursionTest, BuilderTypes) | |
TYPED_TEST (ShplonkRecursionTest, Simple) | |
TYPED_TEST (ShplonkRecursionTest, LineralyDependent) | |
using BuilderTypes = ::testing::Types<UltraCircuitBuilder, MegaCircuitBuilder> |
Definition at line 53 of file shplonk.test.cpp.
TYPED_TEST | ( | ShplonkRecursionTest | , |
LineralyDependent | |||
) |
Definition at line 98 of file shplonk.test.cpp.
TYPED_TEST | ( | ShplonkRecursionTest | , |
Simple | |||
) |
Definition at line 56 of file shplonk.test.cpp.
TYPED_TEST_SUITE | ( | ShplonkRecursionTest | , |
BuilderTypes | |||
) |