source: vendor/python/2.5/Doc/lib/libcrypto.tex

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 686 bytes
Line 
1\chapter{Cryptographic Services}
2\label{crypto}
3\index{cryptography}
4
5The modules described in this chapter implement various algorithms of
6a cryptographic nature. They are available at the discretion of the
7installation. Here's an overview:
8
9\localmoduletable
10
11Hardcore cypherpunks will probably find the cryptographic modules
12written by A.M. Kuchling of further interest; the package contains
13modules for various encryption algorithms, most notably AES. These modules
14are not distributed with Python but available separately. See the URL
15\url{http://www.amk.ca/python/code/crypto.html}
16for more information.
17\indexii{AES}{algorithm}
18\index{cryptography}
19\index{Kuchling, Andrew}
Note: See TracBrowser for help on using the repository browser.