pub fn fill_incrementing_b32<P>(
witness: &mut TableWitnessSegment<'_, P>,
col: Col<B32>,
) -> Result<(), Error>where
P: PackedField<Scalar = B128> + PackedExtension<B32>,
PackedSubfield<P, B32>: PackedFieldIndexable,
Expand description
Fills a structured crate::builder::structured::StructuredDynSize::Incrementing
B32 column
with values.
This is specialized for B32 because that is a common case, which can be implemented efficiently.