crypto/internal/edwards25519/field.Element.Swap (method)
7 uses
	crypto/internal/edwards25519/field (current package)
		fe.go#L272: func (v *Element) Swap(u *Element, cond int) {
	crypto/internal/edwards25519
		edwards25519.go#L416: 	v.YplusX.Swap(&v.YminusX, cond)
		edwards25519.go#L423: 	v.YplusX.Swap(&v.YminusX, cond)
	crypto/ecdh
		x25519.go#L105: 		x2.Swap(&x3, swap)
		x25519.go#L106: 		z2.Swap(&z3, swap)
		x25519.go#L130: 	x2.Swap(&x3, swap)
		x25519.go#L131: 	z2.Swap(&z3, swap)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |