aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-07-18 09:47:24 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-07-18 09:47:24 +0200
commitd8ada7c1bb39e9eb93c8de5534dfe443b6f53c82 (patch)
tree19c5a60504e8c2f7488f66d32c5dc3e617ae55fc /OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README
parent69c38c3f340786fd3e3fe755d2cff6bbb27823e6 (diff)
parent306bea5ee95576cd5428fe9ab9289fe428a86c6e (diff)
downloadopen-keychain-d8ada7c1bb39e9eb93c8de5534dfe443b6f53c82.tar.gz
open-keychain-d8ada7c1bb39e9eb93c8de5534dfe443b6f53c82.tar.bz2
open-keychain-d8ada7c1bb39e9eb93c8de5534dfe443b6f53c82.zip
Merge branch 'master' into yubikey
Conflicts: .gitmodules
Diffstat (limited to 'OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README')
-rw-r--r--OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README b/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README
new file mode 100644
index 000000000..cff696c83
--- /dev/null
+++ b/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README
@@ -0,0 +1,26 @@
+These test files were copied from the OpenPGP Haskell project.
+
+
+
+Original README
+===============
+
+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/package/openpgp-crypto-api> or
+<http://hackage.haskell.org/package/openpgp-Crypto>
+
+For dealing with ASCII armor, see
+<http://hackage.haskell.org/package/openpgp-asciiarmor>
+
+It is intended that you use qualified imports with this library.
+
+> import qualified Data.OpenPGP as OpenPGP