]> granicus.if.org Git - python/commitdiff
delete old crypto prose (closes #26066)
authorBenjamin Peterson <benjamin@python.org>
Sun, 10 Jan 2016 07:55:47 +0000 (23:55 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sun, 10 Jan 2016 07:55:47 +0000 (23:55 -0800)
Doc/library/crypto.rst

index 670cbf1f243dd22953bb5a6934262d3aeb2eb847..be3b5b98ec9dc8bd1c04e79ee7ec111c12c64d5b 100644 (file)
@@ -18,13 +18,3 @@ Here's an overview:
    hmac.rst
    md5.rst
    sha.rst
-.. index::
-   pair: AES; algorithm
-   single: cryptography
-   single: Kuchling, Andrew
-
-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.pycrypto.org/ for more
-information.