func crypto/elliptic.p256OrdSqr
11 uses
crypto/elliptic (current package)
p256_asm.go#L94: func p256OrdSqr(res, in []uint64, n int)
p256_asm.go#L148: p256OrdSqr(x, _1, 1) // _10
p256_asm.go#L152: p256OrdSqr(x, _101, 1) // _1010
p256_asm.go#L155: p256OrdSqr(t, x, 1) // _10100
p256_asm.go#L157: p256OrdSqr(x, _10101, 1) // _101010
p256_asm.go#L160: p256OrdSqr(t, x, 2) // _11111100
p256_asm.go#L162: p256OrdSqr(x, t, 8) // _ff00
p256_asm.go#L164: p256OrdSqr(t, x, 16) // _ffff0000
p256_asm.go#L167: p256OrdSqr(x, t, 64)
p256_asm.go#L169: p256OrdSqr(x, x, 32)
p256_asm.go#L186: p256OrdSqr(x, x, int(s))
 |
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. |