qp-plonky2 1.4.1

Recursive SNARKs based on PLONK and FRI
Documentation
1
2
3
4
5
6
//! Re-export strided_view from the verifier crate.
//!
//! This module provides the same functionality as `plonky2_verifier::util::strided_view`.
//! The types are re-exported to maintain API compatibility.

pub use plonky2_verifier::util::strided_view::*;