openpgp-crypto-api-0.6: 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, signature verification, and both asymmetric and symmetric encryption and decryption.

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

Versions0.3, 0.4, 0.6
Dependenciesbase (4.*), binary (≥0.6.4.0), bytestring, cereal, crypto-api (≥0.9), cryptocipher (≥0.3.6), cryptohash, openpgp (≥0.6), tagged, transformers
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-CryptoAPI/issues
Source repositorygit clone git://github.com/singpolyma/OpenPGP-CryptoAPI.git
Upload dateSat Jan 5 19:48:03 UTC 2013
Uploaded byStephenWeber
Built onghc-7.6

Modules

Downloads