]> granicus.if.org Git - python/commitdiff
Added description of the md5.hexdigest() method.
authorBarry Warsaw <barry@python.org>
Tue, 15 Aug 2000 06:00:28 +0000 (06:00 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 15 Aug 2000 06:00:28 +0000 (06:00 +0000)
Doc/lib/libmd5.tex

index 8800e5081769e65dd9dddb9c3f0e498246df417f..7400a2e1fe737dd181f795ca8c5faecda060c823 100644 (file)
@@ -60,6 +60,11 @@ method so far.  This is an 16-byte string which may contain
 non-\ASCII{} characters, including null bytes.
 \end{methoddesc}
 
+\begin{methoddesc}[md5]{hexdigest}{}
+Like \method{digest()} except the digest is returned as a string of
+length 32, containing only hexadecimal digits.
+\end{methoddesc}
+
 \begin{methoddesc}[md5]{copy}{}
 Return a copy (``clone'') of the md5 object.  This can be used to
 efficiently compute the digests of strings that share a common initial