openpgp-crypto-api: Implement cryptography for OpenPGP using crypto-api compatible libraries

[ cryptography, library ] [ Propose Tags ]

This is a wrapper around http://hackage.haskell.org/package/crypto-api and related libraries that currently does fingerprint generation, signature generation, and signature verification (for RSA and DSA keys).

It is indended to be used with http://hackage.haskell.org/openpgp

It is intended that you use qualified imports with this library.

import qualified Data.OpenPGP.CryptoAPI as OpenPGP

[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • OpenPGP
      • Data.OpenPGP.CryptoAPI

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3, 0.4, 0.6, 0.6.1, 0.6.2, 0.6.3
Dependencies base (>=4 && <5), binary, bytestring, cereal, crypto-api, cryptocipher, cryptohash, openpgp, utf8-string [details]
License LicenseRef-OtherLicense
Copyright © 2012 Stephen Paul Weber
Author Stephen Paul Weber <singpolyma@singpolyma.net>
Maintainer Stephen Paul Weber <singpolyma@singpolyma.net>
Category Cryptography
Home page http://github.com/singpolyma/OpenPGP-CryptoAPI
Bug tracker http://github.com/singpolyma/OpenPGP-Haskell/issues
Source repo head: git clone git://github.com/singpolyma/OpenPGP-CryptoAPI.git
Uploaded by StephenWeber at 2012-09-24T21:11:46Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5065 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-24 [all 7 reports]

Readme for openpgp-crypto-api-0.3

[back to package description]
This is a wrapper around <http://hackage.haskell.org/package/crypto-api>
and related libraries that currently does fingerprint generation, signature
generation, and signature verification (for RSA and DSA keys).

It is indended to be used with <http://hackage.haskell.org/openpgp>

It is intended that you use qualified imports with this library.

> import qualified Data.OpenPGP.CryptoAPI as OpenPGP