libghc-openpgp-dev

Implementation of the openpgp message format
  http://github.com/singpolyma/OpenPGP-Haskell
  0
  no reviews



This is an openpgp library inspired by stephen paul weber's 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

it is intended that you use qualified imports with this library.

> import qualified data.openpgp as openpgp

author: stephen paul weber
upstream-maintainer: stephen paul weber
this package contains the normal library files.