plonky2 0.1.1

Recursive SNARKs based on PLONK and FRI
Documentation
//! Logic common to multiple IOPs.

pub mod challenger;
pub mod ext_target;
pub mod generator;
pub mod target;
pub mod wire;
pub mod witness;