crypto/elliptic.CurveParams.ScalarMult (method, view implemented interface methods)
2 uses
crypto/elliptic (current package)
elliptic.go#L295: func (curve *CurveParams) ScalarMult(Bx, By *big.Int, k []byte) (*big.Int, *big.Int) {
elliptic.go#L325: return curve.ScalarMult(curve.Gx, curve.Gy, k)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)