spartan2 0.5.0

High-speed zkSNARKs without trusted setup
Documentation
1
2
3
4
5
6
7
//! 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;