forked from singpolyma/OpenPGP-Haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
License
clinty/OpenPGP-Haskell
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an OpenPGP library inspired by my work on OpenPGP libraries in Ruby <https://github.com/singpolyma/openpgp>, PHP <http://github.com/singpolyma/openpgp-php>, and Python <https://github.com/singpolyma/OpenPGP-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 <http://hackage.haskell.org/openpgp-crypto-api> or <http://hackage.haskell.org/openpgp-Crypto> It is intended that you use qualified imports with this library. > import qualified Data.OpenPGP as OpenPGP
About
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Haskell 91.7%
- Standard ML 8.3%