crypto/elliptic.Curve.ScalarBaseMult (method)
7 uses
crypto/elliptic (current package)
elliptic.go#L65: ScalarBaseMult(k []byte) (x, y *big.Int)
elliptic.go#L98: x, y = curve.ScalarBaseMult(priv)
params.go#L321: return specific.ScalarBaseMult(k)
crypto/ecdsa
ecdsa_legacy.go#L29: priv.PublicKey.X, priv.PublicKey.Y = c.ScalarBaseMult(k.Bytes())
ecdsa_legacy.go#L95: r, _ = c.ScalarBaseMult(k.Bytes())
ecdsa_legacy.go#L155: x1, y1 := c.ScalarBaseMult(u1.Bytes())
crypto/x509
sec1.go#L133: priv.X, priv.Y = curve.ScalarBaseMult(privateKey)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |