aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README
diff options
context:
space:
mode:
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, 0 insertions, 26 deletions
diff --git a/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README b/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README
deleted file mode 100644
index cff696c83..000000000
--- a/OpenKeychain-Test/src/test/resources/OpenPGP-Haskell/README
+++ /dev/null
@@ -1,26 +0,0 @@
-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