fn batch_normalize_generic<C>(
points: &[ProjectivePoint<C>],
zs: &mut [C::FieldElement],
scratch: &mut [C::FieldElement],
out: &mut [AffinePoint<C>],
)where
C: PrimeCurveParams,Expand description
Generic implementation of batch normalization.