@hackage / openpgp-crypto-api

Implement cryptography for OpenPGP using crypto-api compatible libraries

Latest0.6.3

About

Metadata

  • Last updated , by StephenWeber
  • License LicenseRef-OtherLicense
  • Categories Cryptography
  • Maintained by: Stephen Paul Weber <singpolyma@singpolyma.net>

  • Lottery factor: 0

Links

Installation

Readme

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