spartan2 0.2.0

High-speed zkSNARKs without trusted setup
Documentation
1
2
3
4
5
6
7
8
//! This module provides implementations of polynomial commitment schemes (PCS).

// helper code for polynomial commitment schemes
pub mod ipa;

// implementations of polynomial commitment schemes
pub mod hyrax_pc;
pub mod ipa_pc;