diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-09 19:16:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-09 19:16:20 (GMT) |
commit | c58912426eee89a51b68983d2dff6a6df8c7d7b0 (patch) | |
tree | 6e996b577956852b2e694f02483d6a528ffc0031 /Doc/libmd5.tex | |
parent | b16166e56f2989741fee2aab41f5205fda95ffdf (diff) | |
download | cpython-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.tex | 3 |
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 |