Module dusk_plonk::proof_system[][src]

Expand description

Proving system

Re-exports

pub use prover::Prover;
pub use verifier::Verifier;
pub use proof::Proof;

Modules

proof

Represents a PLONK Proof A Proof stores the commitments to all of the elements that are needed to univocally identify a prove of some statement.

prover

Represents a PLONK Prover

verifier

Represents a PLONK Verifier

Structs

ProverKey

PLONK circuit Proving Key.

VerifierKey

PLONK circuit Verification Key.