binius_core::protocols::fri

Function to_par_scalar_small_chunks

source
pub fn to_par_scalar_small_chunks<P>(
    packed_slice: &[P],
    chunk_size: usize,
) -> impl IndexedParallelIterator<Item = impl Iterator<Item = P::Scalar> + Send + '_>
where P: PackedField,