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/openpgp

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

import qualified Data.OpenPGP.Crypto as OpenPGP

[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • OpenPGP
      • Data.OpenPGP.Crypto

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3, 0.5, 0.6
Dependencies base (<0), binary, bytestring, containers, Crypto, openpgp, 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>
Revised Revision 1 made by HerbertValerioRiedel at 2018-12-30T16:18:53Z
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 2012-04-25T22:02:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2539 total (8 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-25 [all 7 reports]

Readme for openpgp-Crypto-0.3

[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/openpgp>

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

> import qualified Data.OpenPGP.Crypto as OpenPGP