The openpgp-crypto-api package
This is a wrapper around http://hackage.haskell.org/package/crypto-api and related libraries that currently does fingerprint generation, signature generation, and signature verification (for RSA and DSA keys).
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.CryptoAPI as OpenPGP
Properties
| Versions | 0.3, 0.4, 0.6 |
|---|---|
| Dependencies | base (4.*), binary, bytestring, cereal, crypto-api, cryptocipher, cryptohash, openpgp, utf8-string |
| License | OtherLicense |
| Copyright | © 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-CryptoAPI |
| Bug tracker | http://github.com/singpolyma/OpenPGP-Haskell/issues |
| Source repository | git clone git://github.com/singpolyma/OpenPGP-CryptoAPI.git |
| Upload date | Mon Sep 24 21:11:46 UTC 2012 |
| Uploaded by | StephenWeber |
| Build failure | ghc-7.6 (log) |
Modules
- Data
- OpenPGP
- Data.OpenPGP.CryptoAPI
- OpenPGP
Downloads
- openpgp-crypto-api-0.3.tar.gz (Cabal source package)
- package description (included in the package)