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
| Versions | 0.3, 0.4, 0.6 |
|---|---|
| Dependencies | base (4.*), binary (≥0.6.4.0), bytestring, cereal, crypto-api (≥0.9), cryptocipher (≥0.3.6), cryptohash, openpgp (≥0.6), tagged, transformers |
| 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-CryptoAPI/issues |
| Source repository | git clone git://github.com/singpolyma/OpenPGP-CryptoAPI.git |
| Upload date | Sat Jan 5 19:48:03 UTC 2013 |
| Uploaded by | StephenWeber |
| Built on | ghc-7.6 |
Modules
- Data
- OpenPGP
Downloads
- openpgp-crypto-api-0.6.tar.gz (Cabal source package)
- package description (included in the package)