pub fn zps_for_chunk<F, EF>(
layout: &InputLayout,
inputs: &[EF],
chunk: usize,
) -> EFwhere
F: Field,
EF: ExtensionField<F>,Expand description
Compute the barycentric kernel value (zps) for a single quotient chunk.
pub fn zps_for_chunk<F, EF>(
layout: &InputLayout,
inputs: &[EF],
chunk: usize,
) -> EFwhere
F: Field,
EF: ExtensionField<F>,Compute the barycentric kernel value (zps) for a single quotient chunk.