| Copyright | (c) FPComplete.com, 2015 |
|---|---|
| License | BSD3 |
| Maintainer | Tim Dysinger <tim@fpcomplete.com> |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Stack.Sig.GPG
Description
- gpgSign :: (MonadIO m, MonadLogger m, MonadThrow m) => Path Abs File -> m Signature
- gpgVerify :: (MonadIO m, MonadThrow m) => Signature -> Path Abs File -> m Fingerprint
Documentation
gpgSign :: (MonadIO m, MonadLogger m, MonadThrow m) => Path Abs File -> m Signature Source
Sign a file path with GPG, returning the Signature.
gpgVerify :: (MonadIO m, MonadThrow m) => Signature -> Path Abs File -> m Fingerprint Source
Verify the Signature of a file path returning the
Fingerprint.