crypto/ecdsa.PrivateKey.ScalarBaseMult (method, view implemented interface methods)
7 uses
	crypto/ecdsa (current package)
		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#L158: 	x1, y1 := c.ScalarBaseMult(u1.Bytes())
	crypto/elliptic
		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/x509
		sec1.go#L133: 	priv.X, priv.Y = curve.ScalarBaseMult(privateKey)
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |