crypto/internal/fips140/edwards25519/field.Element.Set (method)
10 uses
crypto/internal/fips140/edwards25519/field (current package)
fe.go#L186: func (v *Element) Set(a *Element) *Element {
crypto/internal/fips140/edwards25519
edwards25519.go#L181: v.x.Set(xx)
edwards25519.go#L182: v.y.Set(y)
edwards25519.go#L204: v.X.Set(&p.x)
edwards25519.go#L205: v.Y.Set(&p.y)
edwards25519.go#L206: v.Z.Set(&p.z)
edwards25519.go#L237: v.Z.Set(&p.z)
edwards25519.go#L377: v.y.Set(&p.y)
edwards25519.go#L378: v.z.Set(&p.z)
crypto/ecdh
x25519.go#L102: x3.Set(&x1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)