Function copy_packed_from_scalars_slice

Source
pub fn copy_packed_from_scalars_slice<P: PackedField>(
    src: &[P::Scalar],
    dst: &mut [P],
)
Expand description

Copy scalar elements to a vector of packed field elements.