uzkge 0.1.2

App-specific PlonK 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 shuffle.
pub mod shuffle;

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