|
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 <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, LinearlyDependent) | |
| using BuilderTypes = ::testing::Types<UltraCircuitBuilder, MegaCircuitBuilder> |
Definition at line 62 of file shplonk.test.cpp.
| TYPED_TEST | ( | ShplonkRecursionTest | , |
| LinearlyDependent | |||
| ) |
Definition at line 107 of file shplonk.test.cpp.
| TYPED_TEST | ( | ShplonkRecursionTest | , |
| Simple | |||
| ) |
Definition at line 65 of file shplonk.test.cpp.
| TYPED_TEST_SUITE | ( | ShplonkRecursionTest | , |
| BuilderTypes | |||
| ) |