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

8 uses

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