crypto/ed25519/internal/edwards25519.ExtendedGroupElement.Y (field)
18 uses
crypto/ed25519/internal/edwards25519 (current package)
edwards25519.go#L637: X, Y, Z, T FieldElement
edwards25519.go#L684: FeOne(&p.Y)
edwards25519.go#L696: FeAdd(&r.yPlusX, &p.Y, &p.X)
edwards25519.go#L697: FeSub(&r.yMinusX, &p.Y, &p.X)
edwards25519.go#L704: FeCopy(&r.Y, &p.Y)
edwards25519.go#L713: FeMul(&y, &p.Y, &recip)
edwards25519.go#L721: FeFromBytes(&p.Y, s)
edwards25519.go#L723: FeSquare(&u, &p.Y)
edwards25519.go#L760: FeMul(&p.T, &p.X, &p.Y)
edwards25519.go#L772: FeMul(&r.Y, &p.Y, &p.Z)
edwards25519.go#L786: FeAdd(&r.X, &p.Y, &p.X)
edwards25519.go#L787: FeSub(&r.Y, &p.Y, &p.X)
edwards25519.go#L802: FeAdd(&r.X, &p.Y, &p.X)
edwards25519.go#L803: FeSub(&r.Y, &p.Y, &p.X)
edwards25519.go#L818: FeAdd(&r.X, &p.Y, &p.X)
edwards25519.go#L819: FeSub(&r.Y, &p.Y, &p.X)
edwards25519.go#L833: FeAdd(&r.X, &p.Y, &p.X)
edwards25519.go#L834: FeSub(&r.Y, &p.Y, &p.X)