cpython/Doc/lib/libcrypto.tex

20 lines
686 B
TeX
Raw Normal View History

\chapter{Cryptographic Services}
1998-02-18 11:22:08 -04:00
\label{crypto}
\index{cryptography}
1994-01-01 21:22:07 -04:00
The modules described in this chapter implement various algorithms of
a cryptographic nature. They are available at the discretion of the
installation. Here's an overview:
\localmoduletable
Hardcore cypherpunks will probably find the cryptographic modules
2005-12-22 15:38:57 -04:00
written by A.M. Kuchling of further interest; the package contains
modules for various encryption algorithms, most notably AES. These modules
are not distributed with Python but available separately. See the URL
\url{http://www.amk.ca/python/code/crypto.html}
for more information.
2005-12-22 15:38:57 -04:00
\indexii{AES}{algorithm}
\index{cryptography}
1998-04-04 02:46:05 -04:00
\index{Kuchling, Andrew}