openpgp-Crypto: Implementation of cryptography for use with OpenPGP using the Crypto library

[ cryptography, library ] [ Propose Tags ]

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

[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3, 0.5, 0.6
Dependencies base (>=4 && <5), binary, bytestring, Crypto, openpgp (>=0.6 && <0.7), utf8-string [details]
License LicenseRef-OtherLicense
Copyright © 2011-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-Crypto
Bug tracker http://github.com/singpolyma/OpenPGP-Haskell/issues
Source repo head: git clone git://github.com/singpolyma/OpenPGP-Crypto.git
Uploaded by StephenWeber at 2018-05-20T02:17:43Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2534 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-20 [all 1 reports]

Readme for openpgp-Crypto-0.6

[back to package description]
        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