@hackage openpgp-crypto-api0.6.1
Implement cryptography for OpenPGP using crypto-api compatible libraries
Categories
License
LicenseRef-OtherLicense
Maintainer
Stephen Paul Weber <singpolyma@singpolyma.net>
Links
Versions
Installation
Dependencies (10)
- base >=4 && <5
- binary >=0.6.4.0
- bytestring
- cereal
- crypto-api >=0.9
- cryptocipher >=0.3.6 && <=0.3.7 Show all…
Dependents (2)
@hackage/apotiki, @hackage/acme-everything
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