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 39be4b1 commit 5ae6b6dCopy full SHA for 5ae6b6d
Modules/hmacmodule.c
@@ -10,7 +10,7 @@
10
// HMAC underlying hash function static information.
11
12
/* MD-5 */
13
-// (HACL_HID = md5)
+// HACL_HID = md5
14
#define Py_hmac_md5_block_size 64
15
#define Py_hmac_md5_digest_size 16
16
#define Py_hmac_md5_update_func NULL
0 commit comments