Barretenberg
The ZK-SNARK library at the core of Aztec
|
Classes | |
struct | StructuredPolyData |
Public Member Functions | |
template<class CK > | |
CK | create_commitment_key (size_t num_points) |
StructuredPolyData | create_structured_test_polynomial (std::vector< uint32_t > fixed_sizes, std::vector< uint32_t > actual_sizes, bool non_zero_complement=false) |
CommitmentKey< curve::BN254 > | create_commitment_key (const size_t num_points) |
CommitmentKey< curve::Grumpkin > | create_commitment_key (const size_t num_points) |
Private Types | |
using | CK = CommitmentKey< Curve > |
using | Fr = typename Curve::ScalarField |
using | Commitment = typename Curve::AffineElement |
using | Polynomial = bb::Polynomial< Fr > |
Definition at line 10 of file sparse_commitment.test.cpp.
|
private |
Definition at line 11 of file sparse_commitment.test.cpp.
|
private |
Definition at line 14 of file sparse_commitment.test.cpp.
|
private |
Definition at line 13 of file sparse_commitment.test.cpp.
|
private |
Definition at line 15 of file sparse_commitment.test.cpp.
CommitmentKey< curve::BN254 > bb::CommitmentKeyTest< curve::BN254 >::create_commitment_key< CommitmentKey< curve::BN254 > > | ( | const size_t | num_points | ) |
Definition at line 1 of file sparse_commitment.test.cpp.
CommitmentKey< curve::Grumpkin > bb::CommitmentKeyTest< curve::Grumpkin >::create_commitment_key< CommitmentKey< curve::Grumpkin > > | ( | const size_t | num_points | ) |
Definition at line 1 of file sparse_commitment.test.cpp.
CK bb::CommitmentKeyTest< Curve >::create_commitment_key | ( | size_t | num_points | ) |
|
inline |
Definition at line 27 of file sparse_commitment.test.cpp.