summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2011-08-10 19:22:31 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2011-08-10 19:22:31 -0500
commit779e92b81130213dc5d79b0acafe37e7ee5b45e5 (patch)
treea3bcd5505d411625d1f738e4bb17a0e07b10153a /README
parentd807b5d3368e6295e8c9a4bac8647d40c2933dd2 (diff)
Go to 0.2 now that we have signing
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 2272024..b5d1332 100644
--- a/README
+++ b/README
@@ -8,7 +8,8 @@ and then defines instances of Data.Binary for each to facilitate
8encoding/decoding. 8encoding/decoding.
9 9
10There is also a wrapper around <http://hackage.haskell.org/package/Crypto> 10There is also a wrapper around <http://hackage.haskell.org/package/Crypto>
11that currently does fingerprint generation and signature verification. 11that currently does fingerprint generation, signature generation, and
12signature verification (for RSA keys only).
12 13
13It is intended that you use qualified imports with this library. If importing 14It is intended that you use qualified imports with this library. If importing
14both modules, something like this will do: 15both modules, something like this will do: