func crypto/elliptic.p256PointDoubleAsm
22 uses
crypto/elliptic (current package)
p256_asm.go#L111: func p256PointDoubleAsm(res, in []uint64)
p256_asm.go#L259: p256PointDoubleAsm(double.xyz[:], r1.xyz[:])
p256_asm.go#L434: p256PointDoubleAsm(t1, t1)
p256_asm.go#L451: p256PointDoubleAsm(t2, basePoint)
p256_asm.go#L505: p256PointDoubleAsm(t0.xyz[:], p.xyz[:])
p256_asm.go#L506: p256PointDoubleAsm(t1.xyz[:], t0.xyz[:])
p256_asm.go#L507: p256PointDoubleAsm(t2.xyz[:], t1.xyz[:])
p256_asm.go#L508: p256PointDoubleAsm(t3.xyz[:], t2.xyz[:])
p256_asm.go#L521: p256PointDoubleAsm(t0.xyz[:], t0.xyz[:])
p256_asm.go#L522: p256PointDoubleAsm(t1.xyz[:], t1.xyz[:])
p256_asm.go#L531: p256PointDoubleAsm(t0.xyz[:], t0.xyz[:])
p256_asm.go#L532: p256PointDoubleAsm(t2.xyz[:], t2.xyz[:])
p256_asm.go#L553: p256PointDoubleAsm(p.xyz[:], p.xyz[:])
p256_asm.go#L554: p256PointDoubleAsm(p.xyz[:], p.xyz[:])
p256_asm.go#L555: p256PointDoubleAsm(p.xyz[:], p.xyz[:])
p256_asm.go#L556: p256PointDoubleAsm(p.xyz[:], p.xyz[:])
p256_asm.go#L557: p256PointDoubleAsm(p.xyz[:], p.xyz[:])
p256_asm.go#L575: p256PointDoubleAsm(p.xyz[:], p.xyz[:])
p256_asm.go#L576: p256PointDoubleAsm(p.xyz[:], p.xyz[:])
p256_asm.go#L577: p256PointDoubleAsm(p.xyz[:], p.xyz[:])
p256_asm.go#L578: p256PointDoubleAsm(p.xyz[:], p.xyz[:])
p256_asm.go#L579: p256PointDoubleAsm(p.xyz[:], p.xyz[:])
 |
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. |