var crypto/elliptic.p256Precomputed
5 uses
crypto/elliptic (current package)
p256_asm.go#L34: p256Precomputed *[43][32 * 8]uint64
p256_asm.go#L415: p256Precomputed = new([43][32 * 8]uint64)
p256_asm.go#L448: copy(p256Precomputed[i][j*8:], t1[:8])
p256_asm.go#L463: p256SelectBase(p.xyz[0:8], p256Precomputed[0][0:], sel)
p256_asm.go#L490: p256SelectBase(t0.xyz[0:8], p256Precomputed[i][0:], sel)
![]() |
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. |