|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/commitment_schemes/commitment_key.hpp"#include "barretenberg/srs/global_crs.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | bb::CommitmentKeyTest< Curve > |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Typedefs | |
| using | bb::Curves = ::testing::Types< curve::BN254, curve::Grumpkin > |
Functions | |
| bb::TYPED_TEST_SUITE (CommitmentKeyTest, Curves) | |
| bb::TYPED_TEST (CommitmentKeyTest, CommitToZeroPoly) | |
| bb::TYPED_TEST (CommitmentKeyTest, CommitSparsePoly) | |
| bb::TYPED_TEST (CommitmentKeyTest, CommitRandomPoly) | |
| bb::TYPED_TEST (CommitmentKeyTest, NonDyadicSrsSize) | |
| bb::TYPED_TEST (CommitmentKeyTest, BatchCommit) | |
| bb::TYPED_TEST (CommitmentKeyTest, CommitWithStartIndex) | |