Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singpolyma/openpgp-haskell


https://github.com/singpolyma/openpgp-haskell

Last synced: 3 months ago
JSON representation

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