summaryrefslogtreecommitdiffstats
path: root/Doc/library/crypto.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/crypto.rst')
-rw-r--r--Doc/library/crypto.rst30
1 files changed, 30 insertions, 0 deletions
diff --git a/Doc/library/crypto.rst b/Doc/library/crypto.rst
new file mode 100644
index 0000000..dce5a01
--- /dev/null
+++ b/Doc/library/crypto.rst
@@ -0,0 +1,30 @@
+
+.. _crypto:
+
+**********************
+Cryptographic Services
+**********************
+
+.. index:: single: cryptography
+
+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:
+
+
+.. toctree::
+
+ hashlib.rst
+ hmac.rst
+
+.. index::
+ pair: AES; algorithm
+ single: cryptography
+ single: Kuchling, Andrew
+
+Hardcore cypherpunks will probably find the cryptographic modules 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
+http://www.amk.ca/python/code/crypto.html for more information.
+