summaryrefslogtreecommitdiffstats
path: root/Doc/libcrypto.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-23 18:16:56 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-23 18:16:56 (GMT)
commit761f7922ada0f4e398d3b539b9cfb1a403d7f581 (patch)
tree589e642999029e9d49bb133034b093024eff5d21 /Doc/libcrypto.tex
parented7253ca507ab2755400b3aab612e18efc7249e2 (diff)
downloadcpython-761f7922ada0f4e398d3b539b9cfb1a403d7f581.zip
cpython-761f7922ada0f4e398d3b539b9cfb1a403d7f581.tar.gz
cpython-761f7922ada0f4e398d3b539b9cfb1a403d7f581.tar.bz2
Updated pointers to Andrew Kuchlings fine software.
Diffstat (limited to 'Doc/libcrypto.tex')
-rw-r--r--Doc/libcrypto.tex15
1 files changed, 8 insertions, 7 deletions
diff --git a/Doc/libcrypto.tex b/Doc/libcrypto.tex
index cc38e5b..d984b90 100644
--- a/Doc/libcrypto.tex
+++ b/Doc/libcrypto.tex
@@ -18,13 +18,14 @@ installation. Here's an overview:
\end{description}
-Hardcore cypherpunks will probably find the Python Cryptography Kit of
-further interest; the package adds built-in modules for DES and IDEA
-encryption, and provides a Python module for reading and decrypting
-PGP files. The Python Cryptography Kit is not distributed with Python
-but available separately. See the URL
-\file{http://www.cs.mcgill.ca/\%7Efnord/crypt.html} for more information.
+Hardcore cypherpunks will probably find the cryptographic modules
+written by Andrew Kuchling of further interest; the package adds
+built-in modules for DES and IDEA encryption, provides a Python module
+for reading and decrypting PGP files, and then some. These modules
+are not distributed with Python but available separately. See the URL
+\file{http://amarok.magnet.com/python/pct.html} or send email to
+\file{amk@magnet.com} for more information.
\index{PGP}
\indexii{DES}{cipher}
\indexii{IDEA}{cipher}
-\index{Python Cryptography Kit}
+\index{cryptography}