crypto/internal/nistec/fiat.P224Element.Select (method)
7 uses
crypto/internal/nistec/fiat (current package)
p224.go#L124: func (v *P224Element) Select(a, b *P224Element, cond int) *P224Element {
crypto/internal/nistec
p224.go#L98: y.Select(otherRoot, y, int(cond))
p224.go#L317: q.x.Select(p1.x, p2.x, cond)
p224.go#L318: q.y.Select(p1.y, p2.y, cond)
p224.go#L319: q.z.Select(p1.z, p2.z, cond)
p224_sqrt.go#L129: v.Select(t0.Mul(v, &p224GG[96-i]), v, cond)
p224_sqrt.go#L130: r.Select(t0.Mul(r, &p224GG[96-i-1]), r, 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. |