openpgp-crypto-api

Implement cryptography for OpenPGP using crypto-api compatible libraries

http://github.com/singpolyma/OpenPGP-CryptoAPI

Latest on Hackage:0.6.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-OtherLicense licensed and maintained by Stephen Paul Weber

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