crypto/internal/nistec/fiat.P384Element.Select (method)
5 uses
crypto/internal/nistec/fiat (current package)
p384.go#L124: func (v *P384Element) Select(a, b *P384Element, cond int) *P384Element {
crypto/internal/nistec
p384.go#L98: y.Select(otherRoot, y, int(cond))
p384.go#L317: q.x.Select(p1.x, p2.x, cond)
p384.go#L318: q.y.Select(p1.y, p2.y, cond)
p384.go#L319: q.z.Select(p1.z, p2.z, cond)
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |