Skip to main content

batch_normalize_generic

Function batch_normalize_generic 

Source
fn batch_normalize_generic<C>(
    points: &[ProjectivePoint<C>],
    zs: &mut [C::FieldElement],
    scratch: &mut [C::FieldElement],
    out: &mut [AffinePoint<C>],
)
Expand description

Generic implementation of batch normalization.