improve treatment of multi-line replies, ignore empty lines
[python/dscho.git] / Doc / libcrypto.tex
blob302b50d17c2ddd77078aea81ade856fe497e0649
1 \chapter{CRYPTOGRAPHIC EXTENSIONS}
3 The modules described in this chapter implement various algorithms of
4 a cryptographic nature. They are available at the discretion of the
5 installation.
6 \index{cryptography}
8 %Hardcore cypherpunks will probably find the Python Cryptography Kit of
9 %further interest; the package adds built-in modules for DES and IDEA
10 %encryption, and provides a Python module for reading and decrypting PGP files.
11 %\index{PGP}\indexii{DES}{cipher}\indexii{IDEA}{cipher}
12 %\index{Python Cryptography Kit}