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 49276f2 commit 4f58ff6Copy full SHA for 4f58ff6
Modules/_blake2/blake2b_impl.c
@@ -17,10 +17,11 @@
17
# define Py_BUILD_CORE_MODULE 1
18
#endif
19
20
-#include <stdbool.h>
21
#include "Python.h"
22
#include "pycore_strhex.h" // _Py_strhex()
23
+#include <stdbool.h>
24
+
25
#include "../hashlib.h"
26
#include "blake2module.h"
27
Modules/_blake2/blake2s_impl.c
0 commit comments