Expand description
A Rust Implementation of the Plonk ZKP System and Extensions.
Re-exports§
pub use errors::PlonkError;
Modules§
- circuit
- Customized circuit
- constants
- Crate wide constants.
- errors
- Error module.
- proof_
system - Interfaces for Plonk-based proof systems
- transcript
- This module implements three different types of transcripts that are supported.
Enums§
- Plonk
Type - Enum for each type of Plonk scheme.