summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/