https://github.com/singpolyma/openpgp-haskell
https://github.com/singpolyma/openpgp-haskell
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/singpolyma/openpgp-haskell
- Owner: singpolyma
- License: isc
- Created: 2011-07-30T20:34:15.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T01:02:47.000Z (over 7 years ago)
- Last Synced: 2025-03-26T13:54:06.313Z (about 1 year ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/openpgp
- Size: 325 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This is an OpenPGP library inspired by my work on OpenPGP libraries in
Ruby ,
PHP ,
and Python .
It defines types to represent OpenPGP messages as a series of packets
and then defines instances of Data.Binary for each to facilitate
encoding/decoding.
For performing cryptography, see
or
For dealing with ASCII armor, see
It is intended that you use qualified imports with this library.
> import qualified Data.OpenPGP as OpenPGP