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.
pub fn batch_to_affine(src: &[Point]) -> Vec<AffinePoint>Convert a slice of projective points to affine (x, u) form using
Montgomery’s trick: a single Fp5 inversion services all entries.