crypto/ed25519/internal/edwards25519.PreComputedGroupElement.xy2d (field)

8 uses

	crypto/ed25519/internal/edwards25519 (current package)
		edwards25519.go#L645: 	yPlusX, yMinusX, xy2d FieldElement
		edwards25519.go#L780: 	FeZero(&p.xy2d)
		edwards25519.go#L822: 	FeMul(&r.T, &q.xy2d, &p.T)
		edwards25519.go#L837: 	FeMul(&r.T, &q.xy2d, &p.T)
		edwards25519.go#L946: 	FeCMove(&t.xy2d, &u.xy2d, b)
		edwards25519.go#L960: 	FeNeg(&minusT.xy2d, &t.xy2d)