func crypto/elliptic.fromBig
7 uses
crypto/elliptic (current package)
p256_asm.go#L138: fromBig(x[:], k)
p256_asm.go#L201: func fromBig(out []uint64, big *big.Int) {
p256_asm.go#L220: fromBig(out, n)
p256_asm.go#L244: fromBig(r2.xyz[0:4], maybeReduceModP(bigX))
p256_asm.go#L245: fromBig(r2.xyz[4:8], maybeReduceModP(bigY))
p256_asm.go#L281: fromBig(r.xyz[0:4], maybeReduceModP(bigX))
p256_asm.go#L282: fromBig(r.xyz[4:8], maybeReduceModP(bigY))
![]() |
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. |