[][src]Module dusk_plonk::commitment_scheme::kzg10::key

[]

Key module contains the utilities and data structures that support the generation and usage of Commit and Opening keys.

Structs

CommitKey

CommitKey is used to commit to a polynomial which is bounded by the max_degree.

OpeningKey

Opening Key is used to verify opening proofs made about a committed polynomial.