crypto/ecdsa.PrivateKey.ScalarMult (method, view implemented interface methods)
3 uses
crypto/ecdsa (current package)
ecdsa_legacy.go#L186: x2, y2 := c.ScalarMult(pub.X, pub.Y, u2.Bytes())
crypto/elliptic
elliptic.go#L57: ScalarMult(x1, y1 *big.Int, k []byte) (x, y *big.Int)
params.go#L291: return specific.ScalarMult(Bx, By, k)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)