openpgp-Crypto

Implementation of cryptography for use with OpenPGP using the Crypto library

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

Latest on Hackage:0.6

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 that currently does fingerprint generation, signature generation, and signature verification (for RSA keys only).

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.Crypto as OpenPGP