qp-plonky2 1.4.1

Recursive SNARKs based on PLONK and FRI
Documentation
1
2
3
4
5
6
7
8
//! Logic common to multiple IOPs.

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