Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 531d76b

Browse files
committed
#5212: md5 weaknesses do not affect hmac, so remove the note about that.
1 parent f3d0087 commit 531d76b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Doc/library/hmac.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ This module implements the HMAC algorithm as described by :rfc:`2104`.
1818
the digest constructor or module for the HMAC object to use. It defaults to
1919
the :func:`hashlib.md5` constructor.
2020

21-
.. note::
22-
23-
The md5 hash has known weaknesses but remains the default for backwards
24-
compatibility. Choose a better one for your application.
25-
2621

2722
An HMAC object has the following methods:
2823

0 commit comments

Comments
 (0)