Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
commitment_key.test.cpp File Reference

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)