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 81c76f3 commit 8f670a1Copy full SHA for 8f670a1
Doc/library/hmac.rst
@@ -12,6 +12,9 @@
12
--------------
13
14
This module implements the HMAC algorithm as described by :rfc:`2104`.
15
+The interface allows to use any hash function with a *fixed* digest size.
16
+In particular, extendable output functions such as SHAKE-128 or SHAKE-256
17
+cannot be used with HMAC.
18
19
20
.. function:: new(key, msg=None, digestmod)
0 commit comments