spartan2 0.2.0

High-speed zkSNARKs without trusted setup
Documentation
1
2
3
4
5
//! This module contains the definitions of polynomial types used in the Spartan SNARK.
pub mod eq;
pub mod multilinear;
pub mod power;
pub mod univariate;