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

8 uses

	crypto/ed25519/internal/edwards25519 (current package)
		edwards25519.go#L645: 	yPlusX, yMinusX, xy2d FieldElement
		edwards25519.go#L779: 	FeOne(&p.yMinusX)
		edwards25519.go#L821: 	FeMul(&r.Y, &r.Y, &q.yMinusX)
		edwards25519.go#L835: 	FeMul(&r.Z, &r.X, &q.yMinusX)
		edwards25519.go#L945: 	FeCMove(&t.yMinusX, &u.yMinusX, b)
		edwards25519.go#L958: 	FeCopy(&minusT.yPlusX, &t.yMinusX)
		edwards25519.go#L959: 	FeCopy(&minusT.yMinusX, &t.yPlusX)