turboplonk 0.1.0

App-specific TurboPlonK with various gadgets & primitives
Documentation
/// Module for PlonK.
pub mod plonk;

/// Module for polynomial commitment.
pub mod poly_commit;

/// Module for primitives and functions.
pub mod utils;

/// Module for error handling.
pub mod errors;

/// Module for anemoi hash.
pub mod anemoi;

/// Module for chaum pedersen.
pub mod chaum_pedersen;

/// Module for generating parameters for the prover and verifier.
pub mod gen_params;