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)
 |
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. |