@hackage openpgp-Crypto0.6
Implementation of cryptography for use with OpenPGP using the Crypto library
Categories
License
LicenseRef-OtherLicense
Maintainer
Stephen Paul Weber <singpolyma@singpolyma.net>
Links
Versions
Installation
Dependencies (6)
- Crypto
- base >=4 && <5
- binary
- bytestring
- openpgp >=0.6 && <0.7
- utf8-string Show all…
Dependents (1)
@hackage/acme-everything
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