projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ddf7c2
)
update link to pycrypto (closes #12351)
author
Benjamin Peterson
<benjamin@python.org>
Thu, 16 Jun 2011 23:49:46 +0000
(18:49 -0500)
committer
Benjamin Peterson
<benjamin@python.org>
Thu, 16 Jun 2011 23:49:46 +0000
(18:49 -0500)
Doc/library/crypto.rst
patch
|
blob
|
history
diff --git
a/Doc/library/crypto.rst
b/Doc/library/crypto.rst
index 8650094c576b6eb706f62e4c42319ac001ad3262..a233561d1ec3c710593ed6c6813ff4cd6ea32f75 100644
(file)
--- a/
Doc/library/crypto.rst
+++ b/
Doc/library/crypto.rst
@@
-25,5
+25,5
@@
Hardcore cypherpunks will probably find the cryptographic modules written by
A.M. Kuchling of further interest; the package contains modules for various
encryption algorithms, most notably AES. These modules are not distributed with
Python but available separately. See the URL
-http://www.
amk.ca/python/code/crypto.html
for more information.
+http://www.
pycrypto.org
for more information.