crypto/ed25519/internal/edwards25519/field.Element.Set (method)

9 uses

	crypto/ed25519/internal/edwards25519/field (current package)
		fe.go#L184: func (v *Element) Set(a *Element) *Element {

	crypto/ed25519/internal/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)