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)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |