The openpgp-Crypto package
This is a wrapper around http://hackage.haskell.org/package/Crypto that currently does fingerprint generation, signature generation, and signature verification (for RSA keys only).
It is indended to be used with http://hackage.haskell.org/openpgp
It is intended that you use qualified imports with this library.
import qualified Data.OpenPGP.Crypto as OpenPGP
Properties
| Versions | 0.3, 0.5 |
|---|---|
| Dependencies | base (4.*), binary, bytestring, containers, Crypto, openpgp, utf8-string |
| License | OtherLicense |
| Copyright | © 2011-2012 Stephen Paul Weber |
| Author | Stephen Paul Weber <singpolyma@singpolyma.net> |
| Maintainer | Stephen Paul Weber <singpolyma@singpolyma.net> |
| Stability | experimental |
| Category | Cryptography |
| Home page | http://github.com/singpolyma/OpenPGP-Crypto |
| Bug tracker | http://github.com/singpolyma/OpenPGP-Haskell/issues |
| Source repository | git clone git://github.com/singpolyma/OpenPGP-Crypto.git |
| Upload date | Wed Apr 25 22:02:32 UTC 2012 |
| Uploaded by | StephenWeber |
| Build failure | ghc-7.4 (log) |
Modules
- Data
- OpenPGP
- Data.OpenPGP.Crypto
- OpenPGP
Downloads
- openpgp-Crypto-0.3.tar.gz (Cabal source package)
- package description (included in the package)