| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 18:52:52 GMT
X-Served-By: cache-dfw-ktki8620072-DFW, cache-bom-vanm7210024-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768675971.494750,VS0,VE778
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
openpgp-Crypto: Implementation of cryptography for use with OpenPGP using the Crypto library
[Skip to Readme]
openpgp-Crypto: Implementation of cryptography for use with OpenPGP using the Crypto library
This is a wrapper around https://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 https://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]
Downloads
- openpgp-Crypto-0.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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] |
| Tested with | ghc ==7.0.3 |
| License | LicenseRef-OtherLicense |
| Copyright | © 2011-2012 Stephen Paul Weber |
| Author | Stephen Paul Weber <singpolyma@singpolyma.net> |
| Maintainer | Stephen Paul Weber <singpolyma@singpolyma.net> |
| Uploaded | by StephenWeber at 2018-05-20T02:17:43Z |
| Category | Cryptography |
| Home page | https://github.com/singpolyma/OpenPGP-Crypto |
| Bug tracker | https://github.com/singpolyma/OpenPGP-Haskell/issues |
| Source repo | head: git clone git://github.com/singpolyma/OpenPGP-Crypto.git |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 2653 total (8 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 <https://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 <https://hackage.haskell.org/package/openpgp>
.
It is intended that you use qualified imports with this library.
.
> import qualified Data.OpenPGP.Crypto as OpenPGP