crypto/elliptic.Curve.ScalarMult (method)
4 uses
crypto/elliptic (current package)
elliptic.go#L33: ScalarMult(x1, y1 *big.Int, k []byte) (x, y *big.Int)
elliptic.go#L299: return specific.ScalarMult(Bx, By, k)
crypto/ecdsa
ecdsa.go#L327: x2, y2 := c.ScalarMult(pub.X, pub.Y, u2.Bytes())
crypto/tls
key_schedule.go#L175: xShared, _ := curve.ScalarMult(x, y, p.privateKey)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)