Commit dab40629 authored by Georg Brandl's avatar Georg Brandl

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

parent 27978936
......@@ -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 :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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment