summaryrefslogtreecommitdiffstats
path: root/Doc/libmd5.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-09 19:16:20 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-09 19:16:20 (GMT)
commitc58912426eee89a51b68983d2dff6a6df8c7d7b0 (patch)
tree6e996b577956852b2e694f02483d6a528ffc0031 /Doc/libmd5.tex
parentb16166e56f2989741fee2aab41f5205fda95ffdf (diff)
downloadcpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.zip
cpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.tar.gz
cpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.tar.bz2
Use the new RFC macros wherever RFCs are referenced by number. No other
changes.
Diffstat (limited to 'Doc/libmd5.tex')
-rw-r--r--Doc/libmd5.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/libmd5.tex b/Doc/libmd5.tex
index d71bacd..4d76b7c 100644
--- a/Doc/libmd5.tex
+++ b/Doc/libmd5.tex
@@ -1,9 +1,10 @@
\section{Built-in Module \sectcode{md5}}
\label{module-md5}
+\rfcindex{1321}
\bimodindex{md5}
This module implements the interface to RSA's MD5 message digest
-algorithm (see also Internet RFC 1321). Its use is quite
+algorithm (see also Internet \rfc{1321}). Its use is quite
straightforward:\ use the \code{md5.new()} to create an md5 object.
You can now feed this object with arbitrary strings using the
\code{update()} method, and at any point you can ask it for the