Home | History | Annotate | Download | only in edwards25519

Lines Matching refs:recip

671 	var recip, x, y FieldElement
673 FeInvert(&recip, &p.Z)
674 FeMul(&x, &p.X, &recip)
675 FeMul(&y, &p.Y, &recip)
707 var recip, x, y FieldElement
709 FeInvert(&recip, &p.Z)
710 FeMul(&x, &p.X, &recip)
711 FeMul(&y, &p.Y, &recip)