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 26ed6fd commit d00da3eCopy full SHA for d00da3e
4 files changed
Modules/blake2module.c
@@ -58,7 +58,6 @@ PyDoc_STRVAR(blake2mod__doc__,
58
typedef struct {
59
PyTypeObject *blake2b_type;
60
PyTypeObject *blake2s_type;
61
-
62
bool can_run_simd128;
63
bool can_run_simd256;
64
} Blake2State;
0 commit comments