crypto/ecdsa.combinedMult.CombinedMult (method)
2 uses
crypto/ecdsa (current package)
ecdsa.go#L52: CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int)
ecdsa.go#L323: x, y = opt.CombinedMult(pub.X, pub.Y, u1.Bytes(), u2.Bytes())
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)