func crypto/ecdsa.Sign

one use

	crypto/ecdsa (current package)
		ecdsa_legacy.go#L58: func Sign(rand io.Reader, priv *PrivateKey, hash []byte) (r, s *big.Int, err error) {