#5212: md5 weaknesses do not affect hmac, so remove the note about that.

This commit is contained in:
Georg Brandl 2010-10-17 10:09:06 +00:00
parent f3d008737e
commit 531d76b096
1 changed files with 0 additions and 5 deletions

View File

@ -18,11 +18,6 @@ This module implements the HMAC algorithm as described by :rfc:`2104`.
the digest constructor or module for the HMAC object to use. It defaults to the digest constructor or module for the HMAC object to use. It defaults to
the :func:`hashlib.md5` constructor. the :func:`hashlib.md5` constructor.
.. note::
The md5 hash has known weaknesses but remains the default for backwards
compatibility. Choose a better one for your application.
An HMAC object has the following methods: An HMAC object has the following methods: