openpgp-crypto-api-0.3: Implement cryptography for OpenPGP using crypto-api compatible libraries

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

Versions0.3, 0.4, 0.6
Dependenciesbase (4.*), binary, bytestring, cereal, crypto-api, cryptocipher, cryptohash, openpgp, utf8-string
LicenseOtherLicense
Copyright© 2012 Stephen Paul Weber
AuthorStephen Paul Weber <singpolyma@singpolyma.net>
MaintainerStephen Paul Weber <singpolyma@singpolyma.net>
Stabilityexperimental
CategoryCryptography
Home pagehttp://github.com/singpolyma/OpenPGP-CryptoAPI
Bug trackerhttp://github.com/singpolyma/OpenPGP-Haskell/issues
Source repositorygit clone git://github.com/singpolyma/OpenPGP-CryptoAPI.git
Upload dateMon Sep 24 21:11:46 UTC 2012
Uploaded byStephenWeber
Build failureghc-7.6 (log)

Modules

Downloads