From: Benjamin Peterson Date: Thu, 16 Jun 2011 23:49:46 +0000 (-0500) Subject: update link to pycrypto (closes #12351) X-Git-Tag: v2.7.3rc1~690 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=898d43c7af909ba2e154cfd2d09dd8d604b0615c;p=thirdparty%2FPython%2Fcpython.git update link to pycrypto (closes #12351) --- diff --git a/Doc/library/crypto.rst b/Doc/library/crypto.rst index 2cc02c76b3ab..21cc251e072f 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.