Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/openpgp-haskell
https://github.com/singpolyma/openpgp-haskell
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/singpolyma/openpgp-haskell
- Owner: singpolyma
- License: isc
- Created: 2011-07-30T20:34:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T01:02:47.000Z (almost 6 years ago)
- Last Synced: 2024-09-26T02:23:19.000Z (3 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/openpgp
- Size: 325 KB
- Stars: 9
- Watchers: 4
- 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
orFor dealing with ASCII armor, see
It is intended that you use qualified imports with this library.
> import qualified Data.OpenPGP as OpenPGP