func crypto/elliptic.p256MovCond
5 uses
crypto/elliptic (current package)
p256_asm.go#L72: func p256MovCond(res, a, b []uint64, cond int)
p256_asm.go#L570: p256MovCond(t1.xyz[0:12], t1.xyz[0:12], p.xyz[0:12], sel)
p256_asm.go#L571: p256MovCond(p.xyz[0:12], t1.xyz[0:12], t0.xyz[0:12], zero)
p256_asm.go#L587: p256MovCond(t1.xyz[0:12], t1.xyz[0:12], p.xyz[0:12], sel)
p256_asm.go#L588: p256MovCond(p.xyz[0:12], t1.xyz[0:12], t0.xyz[0:12], zero)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |