Crate jf_plonk

Source
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§

PlonkType
Enum for each type of Plonk scheme.