var crypto/elliptic.rr
5 uses
crypto/elliptic (current package)
p256_asm.go#L226: var rr = []uint64{0x0000000000000003, 0xfffffffbffffffff, 0xfffffffffffffffe, 0x00000004fffffffd}
p256_asm.go#L246: p256Mul(r2.xyz[0:4], r2.xyz[0:4], rr[:])
p256_asm.go#L247: p256Mul(r2.xyz[4:8], r2.xyz[4:8], rr[:])
p256_asm.go#L283: p256Mul(r.xyz[0:4], r.xyz[0:4], rr[:])
p256_asm.go#L284: p256Mul(r.xyz[4:8], r.xyz[4:8], rr[:])
 |
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. |