func crypto/dsa.Sign

one use

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