summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2013-02-16 14:26:29 -0800
committerDwayne Litzenberger <dlitz@dlitz.net>2013-02-16 14:26:29 -0800
commitb54dfb5bfaf369203787e80fb800f3c906458c57 (patch)
treef3971207d0bf92d2e34325da43f10b102eac9344
parent8ef5b687050fab4411275cfc3292829849ff11a3 (diff)
downloadpycrypto-b54dfb5bfaf369203787e80fb800f3c906458c57.tar.gz
Tweak the README
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 814bcc2..5c20162 100644
--- a/README
+++ b/README
@@ -12,6 +12,7 @@ encounter a bug, please report it in the Launchpad bug tracker at
https://launchpad.net/products/pycrypto/+bugs
An example usage of the SHA256 module is:
+
>>> from Crypto.Hash import SHA256
>>> hash = SHA256.new()
>>> hash.update('message')
@@ -100,4 +101,5 @@ package, please report them to our mailing list, accessible via the
PyCrypto website:
http://www.pycrypto.org/
+ https://www.dlitz.net/software/pycrypto/