crypto/elliptic.p256Point.p256StorePoint (method)
17 uses
crypto/elliptic (current package)
p256_asm.go#L394: func (p *p256Point) p256StorePoint(r *[16 * 4 * 3]uint64, index int) {
p256_asm.go#L503: p.p256StorePoint(&precomp, 0) // 1
p256_asm.go#L509: t0.p256StorePoint(&precomp, 1) // 2
p256_asm.go#L510: t1.p256StorePoint(&precomp, 3) // 4
p256_asm.go#L511: t2.p256StorePoint(&precomp, 7) // 8
p256_asm.go#L512: t3.p256StorePoint(&precomp, 15) // 16
p256_asm.go#L517: t0.p256StorePoint(&precomp, 2) // 3
p256_asm.go#L518: t1.p256StorePoint(&precomp, 4) // 5
p256_asm.go#L519: t2.p256StorePoint(&precomp, 8) // 9
p256_asm.go#L523: t0.p256StorePoint(&precomp, 5) // 6
p256_asm.go#L524: t1.p256StorePoint(&precomp, 9) // 10
p256_asm.go#L528: t2.p256StorePoint(&precomp, 6) // 7
p256_asm.go#L529: t1.p256StorePoint(&precomp, 10) // 11
p256_asm.go#L533: t0.p256StorePoint(&precomp, 11) // 12
p256_asm.go#L534: t2.p256StorePoint(&precomp, 13) // 14
p256_asm.go#L538: t0.p256StorePoint(&precomp, 12) // 13
p256_asm.go#L539: t2.p256StorePoint(&precomp, 14) // 15
 |
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. |