]> 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 8ad24c8d4fbf73c3ac88bfcfe77b4dd7b26247b7..1eddfdc12c08c1c6cd238e94f1f6a15ed2166102 100644 (file)
@@ -16,14 +16,3 @@ Here's an overview:
 
    hashlib.rst
    hmac.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.