crypto/ecdsa.PrivateKey.Sign (method, view implemented interface methods)
2 uses
crypto/ecdsa (current package)
ecdsa.go#L115: func (priv *PrivateKey) Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) ([]byte, error) {
ecdsa.go#L286: return priv.Sign(rand, hash, nil)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)