diff options
author | Guido van Rossum <guido@python.org> | 1994-08-08 12:30:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-08 12:30:22 (GMT) |
commit | 16d6e7109deb1bcfd8a860cb60c16c02a0ef183b (patch) | |
tree | 81624359068cca2b8476d0894c8cd28788d0762e /Doc/lib/libcrypto.tex | |
parent | 4b4c664d2e93279c8d749da027000453f9e2cd46 (diff) | |
download | cpython-16d6e7109deb1bcfd8a860cb60c16c02a0ef183b.zip cpython-16d6e7109deb1bcfd8a860cb60c16c02a0ef183b.tar.gz cpython-16d6e7109deb1bcfd8a860cb60c16c02a0ef183b.tar.bz2 |
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
Diffstat (limited to 'Doc/lib/libcrypto.tex')
-rw-r--r-- | Doc/lib/libcrypto.tex | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Doc/lib/libcrypto.tex b/Doc/lib/libcrypto.tex index 467bee4..302b50d 100644 --- a/Doc/lib/libcrypto.tex +++ b/Doc/lib/libcrypto.tex @@ -2,4 +2,11 @@ The modules described in this chapter implement various algorithms of a cryptographic nature. They are available at the discretion of the -installation. +installation. +\index{cryptography} + +%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. +%\index{PGP}\indexii{DES}{cipher}\indexii{IDEA}{cipher} +%\index{Python Cryptography Kit} |