pub fn mul_by_subfield_scalar<P, FS>(val: P, multiplier: FS) -> P
where P: PackedExtension<FS, Scalar: ExtensionField<FS>>, FS: Field,
Expand description

Multiply packed field element by a subfield scalar.