func crypto/elliptic.p256OrdMul
16 uses
crypto/elliptic (current package)
p256_asm.go#L90: func p256OrdMul(res, in1, in2 []uint64)
p256_asm.go#L147: p256OrdMul(_1, x, RR) // _1
p256_asm.go#L149: p256OrdMul(_11, x, _1) // _11
p256_asm.go#L150: p256OrdMul(_101, x, _11) // _101
p256_asm.go#L151: p256OrdMul(_111, x, _101) // _111
p256_asm.go#L153: p256OrdMul(_1111, _101, x) // _1111
p256_asm.go#L156: p256OrdMul(_10101, t, _1) // _10101
p256_asm.go#L158: p256OrdMul(_101111, _101, x) // _101111
p256_asm.go#L159: p256OrdMul(x, _10101, x) // _111111 = x6
p256_asm.go#L161: p256OrdMul(t, t, _11) // _11111111 = x8
p256_asm.go#L163: p256OrdMul(x, x, t) // _ffff = x16
p256_asm.go#L165: p256OrdMul(t, t, x) // _ffffffff = x32
p256_asm.go#L168: p256OrdMul(x, x, t)
p256_asm.go#L170: p256OrdMul(x, x, t)
p256_asm.go#L187: p256OrdMul(x, x, muls[i])
p256_asm.go#L193: p256OrdMul(x, x, one)
 |
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. |