Skip to main content

batch_to_affine

Function batch_to_affine 

Source
pub fn batch_to_affine(src: &[Point]) -> Vec<AffinePoint>
Expand description

Convert a slice of projective points to affine (x, u) form using Montgomery’s trick: a single Fp5 inversion services all entries.