func crypto/ed25519/internal/edwards25519.FeAdd
22 uses
crypto/ed25519/internal/edwards25519 (current package)
edwards25519.go#L29: func FeAdd(dst, a, b *FieldElement) {
edwards25519.go#L664: FeAdd(&r.Y, &p.X, &p.Y)
edwards25519.go#L666: FeAdd(&r.Y, &r.Z, &r.X)
edwards25519.go#L696: FeAdd(&r.yPlusX, &p.Y, &p.X)
edwards25519.go#L726: FeAdd(&v, &v, &p.Z) // v = dy^2+1
edwards25519.go#L744: FeAdd(&check, &vxx, &u) // vx^2+u
edwards25519.go#L786: FeAdd(&r.X, &p.Y, &p.X)
edwards25519.go#L792: FeAdd(&t0, &r.X, &r.X)
edwards25519.go#L794: FeAdd(&r.Y, &r.Z, &r.Y)
edwards25519.go#L795: FeAdd(&r.Z, &t0, &r.T)
edwards25519.go#L802: FeAdd(&r.X, &p.Y, &p.X)
edwards25519.go#L808: FeAdd(&t0, &r.X, &r.X)
edwards25519.go#L810: FeAdd(&r.Y, &r.Z, &r.Y)
edwards25519.go#L812: FeAdd(&r.T, &t0, &r.T)
edwards25519.go#L818: FeAdd(&r.X, &p.Y, &p.X)
edwards25519.go#L823: FeAdd(&t0, &p.Z, &p.Z)
edwards25519.go#L825: FeAdd(&r.Y, &r.Z, &r.Y)
edwards25519.go#L826: FeAdd(&r.Z, &t0, &r.T)
edwards25519.go#L833: FeAdd(&r.X, &p.Y, &p.X)
edwards25519.go#L838: FeAdd(&t0, &p.Z, &p.Z)
edwards25519.go#L840: FeAdd(&r.Y, &r.Z, &r.Y)
edwards25519.go#L842: FeAdd(&r.T, &t0, &r.T)
 |
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. |