summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-30 14:16:57 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-30 14:16:57 -0500
commite0839b0860d0149a17c83df755b6c079432a85fe (patch)
tree44c8a3a0e9eb4ad422edea42b73eef05359183f9 /README
parenteca03631b66b623c42677d4ca1af393c4322cb84 (diff)
mention both crypto libraries
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 0bed65f..c940e2b 100644
--- a/README
+++ b/README
@@ -7,7 +7,9 @@ It defines types to represent OpenPGP messages as a series of packets
7and then defines instances of Data.Binary for each to facilitate 7and then defines instances of Data.Binary for each to facilitate
8encoding/decoding. 8encoding/decoding.
9 9
10For performing cryptography, see <http://hackage.haskell.org/openpgp-Crypto> 10For performing cryptography, see
11<http://hackage.haskell.org/openpgp-crypto-api> or
12<http://hackage.haskell.org/openpgp-Crypto>
11 13
12It is intended that you use qualified imports with this library. 14It is intended that you use qualified imports with this library.
13 15