diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-16 23:49:46 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-16 23:49:46 (GMT) |
commit | 898d43c7af909ba2e154cfd2d09dd8d604b0615c (patch) | |
tree | 68638b735bd96e28c24f1bf8012b4ecc136b20a5 /Doc/library/crypto.rst | |
parent | ad52cb26133011c88e3fdceee1aadb31fc07b997 (diff) | |
download | cpython-898d43c7af909ba2e154cfd2d09dd8d604b0615c.zip cpython-898d43c7af909ba2e154cfd2d09dd8d604b0615c.tar.gz cpython-898d43c7af909ba2e154cfd2d09dd8d604b0615c.tar.bz2 |
update link to pycrypto (closes #12351)
Diffstat (limited to 'Doc/library/crypto.rst')
-rw-r--r-- | Doc/library/crypto.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/crypto.rst b/Doc/library/crypto.rst index 2cc02c7..21cc251 100644 --- a/Doc/library/crypto.rst +++ b/Doc/library/crypto.rst @@ -27,5 +27,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. |