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/package/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 (≥0.3.7), 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 | Wed Dec 26 16:45:06 UTC 2012 |
| Uploaded by | StephenWeber |
| Built on | ghc-7.6 |
Modules
- Data
- OpenPGP
Downloads
- openpgp-crypto-api-0.4.tar.gz (Cabal source package)
- package description (included in the package)