func crypto/elliptic.p256Sqr
16 uses
crypto/elliptic (current package)
p256_asm.go#L60: func p256Sqr(res, in []uint64, n int)
p256_asm.go#L317: p256Sqr(zInvSq, zInv, 1)
p256_asm.go#L354: p256Sqr(out, in, 1)
p256_asm.go#L357: p256Sqr(out, p2, 2)
p256_asm.go#L360: p256Sqr(out, p4, 4)
p256_asm.go#L363: p256Sqr(out, p8, 8)
p256_asm.go#L366: p256Sqr(out, p16, 16)
p256_asm.go#L369: p256Sqr(out, p32, 32)
p256_asm.go#L372: p256Sqr(out, out, 128)
p256_asm.go#L375: p256Sqr(out, out, 32)
p256_asm.go#L378: p256Sqr(out, out, 16)
p256_asm.go#L381: p256Sqr(out, out, 8)
p256_asm.go#L384: p256Sqr(out, out, 4)
p256_asm.go#L387: p256Sqr(out, out, 2)
p256_asm.go#L390: p256Sqr(out, out, 2)
p256_asm.go#L440: p256Sqr(zInvSq, zInv, 1)
 |
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. |