crypto/elliptic.CurveParams.ScalarMult (method, view implemented interface methods)
2 uses
crypto/elliptic (current package)
elliptic.go#L260: func (curve *CurveParams) ScalarMult(Bx, By *big.Int, k []byte) (*big.Int, *big.Int) {
elliptic.go#L278: return curve.ScalarMult(curve.Gx, curve.Gy, k)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)