crypto/internal/fips140/edwards25519/field.Element.One (method)
12 uses
crypto/internal/fips140/edwards25519/field (current package)
fe.go#L49: func (v *Element) One() *Element {
crypto/internal/fips140/edwards25519
edwards25519.go#L61: v.Y.One()
edwards25519.go#L62: v.Z.One()
edwards25519.go#L90: v.YplusX.One()
edwards25519.go#L91: v.YminusX.One()
edwards25519.go#L92: v.Z.One()
edwards25519.go#L98: v.YplusX.One()
edwards25519.go#L99: v.YminusX.One()
edwards25519.go#L136: var feOne = new(field.Element).One()
edwards25519.go#L183: v.z.One()
crypto/ecdh
x25519.go#L101: x2.One()
x25519.go#L103: z3.One()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)