func crypto/elliptic.p256PointAddAsm
12 uses
crypto/elliptic (current package)
p256_asm.go#L107: func p256PointAddAsm(res, in1, in2 []uint64) int
p256_asm.go#L258: pointsEqual := p256PointAddAsm(sum.xyz[:], r1.xyz[:], r2.xyz[:])
p256_asm.go#L453: p256PointAddAsm(t2, t2, basePoint)
p256_asm.go#L514: p256PointAddAsm(t0.xyz[:], t0.xyz[:], p.xyz[:])
p256_asm.go#L515: p256PointAddAsm(t1.xyz[:], t1.xyz[:], p.xyz[:])
p256_asm.go#L516: p256PointAddAsm(t2.xyz[:], t2.xyz[:], p.xyz[:])
p256_asm.go#L526: p256PointAddAsm(t2.xyz[:], t0.xyz[:], p.xyz[:])
p256_asm.go#L527: p256PointAddAsm(t1.xyz[:], t1.xyz[:], p.xyz[:])
p256_asm.go#L536: p256PointAddAsm(t0.xyz[:], t0.xyz[:], p.xyz[:])
p256_asm.go#L537: p256PointAddAsm(t2.xyz[:], t2.xyz[:], p.xyz[:])
p256_asm.go#L569: p256PointAddAsm(t1.xyz[:], p.xyz[:], t0.xyz[:])
p256_asm.go#L586: p256PointAddAsm(t1.xyz[:], p.xyz[:], t0.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. |