From a08eb73b4a0419b810f6f101f0f36b45ed4f70b9 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 16 Jun 2011 18:49:46 -0500 Subject: update link to pycrypto (closes #12351) --- Doc/library/crypto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/crypto.rst b/Doc/library/crypto.rst index 8650094..a233561 100644 --- 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. -- cgit v0.12