//! 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.
pubuseplonky2_verifier::util::strided_view::*;