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 da71ef8 commit 5baa874Copy full SHA for 5baa874
Modules/hmacmodule.c
@@ -42,7 +42,7 @@
42
43
#define UINT32_MAX_AS_SSIZE_T ((Py_ssize_t)UINT32_MAX)
44
45
-#define Py_hmac_hash_max_block_size 128
+#define Py_hmac_hash_max_block_size 144
46
#define Py_hmac_hash_max_digest_size 64
47
48
/* MD-5 */
0 commit comments