https://github.com/singpolyma/openpgp-cryptoapi
Implementation of cryptography for use with OpenPGP using the crypto-api libraries
https://github.com/singpolyma/openpgp-cryptoapi
Last synced: about 1 year ago
JSON representation
Implementation of cryptography for use with OpenPGP using the crypto-api libraries
- Host: GitHub
- URL: https://github.com/singpolyma/openpgp-cryptoapi
- Owner: singpolyma
- License: isc
- Created: 2012-04-25T22:23:41.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-10-19T20:28:49.000Z (over 12 years ago)
- Last Synced: 2025-04-10T07:43:50.476Z (about 1 year ago)
- Language: Haskell
- Size: 282 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This is a wrapper around
and related libraries that currently does fingerprint generation, signature
generation, signature verification, and both asymmetric and symmetric
encryption and decryption.
It is indended to be used with
It is intended that you use qualified imports with this library.
> import qualified Data.OpenPGP.CryptoAPI as OpenPGP