binius_core::protocols::fri

Function to_par_scalar_big_chunks

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

Creates a parallel iterator over scalars of subfield elementsAssumes chunk_size to be a power of two