Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/openpgp-crypto
Implementation of cryptography for use with OpenPGP using the Crypto library
https://github.com/singpolyma/openpgp-crypto
Last synced: 3 months ago
JSON representation
Implementation of cryptography for use with OpenPGP using the Crypto library
- Host: GitHub
- URL: https://github.com/singpolyma/openpgp-crypto
- Owner: singpolyma
- License: isc
- Created: 2012-04-25T21:59:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T02:17:07.000Z (over 6 years ago)
- Last Synced: 2024-09-18T04:24:47.842Z (3 months ago)
- Language: Haskell
- Size: 56.6 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This is a wrapper around
that currently does fingerprint generation, signature generation, and
signature verification (for RSA keys only).It is indended to be used with
It is intended that you use qualified imports with this library.
> import qualified Data.OpenPGP.Crypto as OpenPGP