crypto/internal/nistec/fiat.P521Element.Select (method)
5 uses
	crypto/internal/nistec/fiat (current package)
		p521.go#L124: func (v *P521Element) Select(a, b *P521Element, cond int) *P521Element {
	crypto/internal/nistec
		p521.go#L98: 		y.Select(otherRoot, y, int(cond))
		p521.go#L317: 	q.x.Select(p1.x, p2.x, cond)
		p521.go#L318: 	q.y.Select(p1.y, p2.y, cond)
		p521.go#L319: 	q.z.Select(p1.z, p2.z, cond)
|  | 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. |