summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2002-04-22 15:36:29 -0700
committerakuchling <akuchling@rivest.dlitz.net>2002-04-22 15:36:29 -0700
commitcf71f091bbaa262d1a8ae1e37d207516ff7513fd (patch)
tree32e9930bfcb98a5304b1145d51f187cd6b786097 /Doc
parentefd190af6981950bad96d9c46535eb4da1393a26 (diff)
downloadpycrypto-cf71f091bbaa262d1a8ae1e37d207516ff7513fd.tar.gz
[project @ akuchling-20020422223629-064cf0c5f4d61f42]
[project @ 2002-04-22 15:36:29 by akuchling] Return to the 'Python Cryptography Toolkit' name
Diffstat (limited to 'Doc')
-rw-r--r--Doc/pycrypt.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/pycrypt.tex b/Doc/pycrypt.tex
index e8f0937..b78f169 100644
--- a/Doc/pycrypt.tex
+++ b/Doc/pycrypt.tex
@@ -1082,7 +1082,8 @@ the number of words in \var{string} must be a multiple of 6.
\end{funcdesc}
\section{The Demonstration Programs}
-The Python cryptography modules comes with various demonstration
+
+The Python Cryptography Toolkit comes with various demonstration
programs, located in the \file{Demo/} directory. None of them is
particularly well-finished, or suitable for serious use. Rather,
they're intended to illustrate how the toolkit is used, and to provide
@@ -1173,7 +1174,7 @@ execution environment using \file{rexec.py}, you could place
\code{secimport()} in the restricted environment's namespace as the
default import function.
-\section{Extending the cryptography modules}
+\section{Extending the Toolkit}
Preserving the a common interface for cryptographic routines is a
good idea. This chapter
explains how to interface your own routines to the Toolkit.