openpgp-crypto-api

Version 0.6.3 revision 0 uploaded by StephenWeber.

Package meta

Synopsis
Implement cryptography for OpenPGP using crypto-api compatible libraries
Description

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
Author
Stephen Paul Weber <singpolyma@singpolyma.net>
Bug reports
http://github.com/singpolyma/OpenPGP-CryptoAPI/issues
Category
Cryptography
Copyright
© 2012 Stephen Paul Weber
Homepage
http://github.com/singpolyma/OpenPGP-CryptoAPI
Maintainer
Stephen Paul Weber <singpolyma@singpolyma.net>
Package URL
n/a
Stability
experimental

Components