Skip to main content

batch_normalize_generic

Function batch_normalize_generic 

Source
fn batch_normalize_generic(
    points: &[EdwardsPoint],
    zs: &mut [FieldElement],
    scratch: &mut [FieldElement],
    out: &mut [AffinePoint],
)