diff options
author | Guido van Rossum <guido@python.org> | 1996-07-23 18:16:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-23 18:16:56 (GMT) |
commit | 761f7922ada0f4e398d3b539b9cfb1a403d7f581 (patch) | |
tree | 589e642999029e9d49bb133034b093024eff5d21 /Doc/lib/libcrypto.tex | |
parent | ed7253ca507ab2755400b3aab612e18efc7249e2 (diff) | |
download | cpython-761f7922ada0f4e398d3b539b9cfb1a403d7f581.zip cpython-761f7922ada0f4e398d3b539b9cfb1a403d7f581.tar.gz cpython-761f7922ada0f4e398d3b539b9cfb1a403d7f581.tar.bz2 |
Updated pointers to Andrew Kuchlings fine software.
Diffstat (limited to 'Doc/lib/libcrypto.tex')
-rw-r--r-- | Doc/lib/libcrypto.tex | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Doc/lib/libcrypto.tex b/Doc/lib/libcrypto.tex index cc38e5b..d984b90 100644 --- a/Doc/lib/libcrypto.tex +++ b/Doc/lib/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} |