
This is an openpgp library inspired by stpehen 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 documentation files.