Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d0087 commit 531d76bCopy full SHA for 531d76b
1 file changed
Doc/library/hmac.rst
@@ -18,11 +18,6 @@ This module implements the HMAC algorithm as described by :rfc:`2104`.
18
the digest constructor or module for the HMAC object to use. It defaults to
19
the :func:`hashlib.md5` constructor.
20
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
26
27
An HMAC object has the following methods:
28
0 commit comments