blob: 2fc0cccb1655d49c8617380b5ea26f4a02cd5b11 (
plain)
1
2
3
4
5
|
OpenPGP-Haskell
This is an OpenPGP library inspired by my work on OpenPGP-PHP <http://github.com/bendiken/openpgp-php>.
It defines types Message and Packet to represent OpenPGP Messages as series of OpenPGP packets and then defines instances of Binary for each to facilitate encoding/decoding.
|