Skip to content

Commit d00da3e

Browse files
committed
post-merge
1 parent 26ed6fd commit d00da3e

4 files changed

Lines changed: 344 additions & 417 deletions

File tree

Modules/blake2module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ PyDoc_STRVAR(blake2mod__doc__,
5858
typedef struct {
5959
PyTypeObject *blake2b_type;
6060
PyTypeObject *blake2s_type;
61-
6261
bool can_run_simd128;
6362
bool can_run_simd256;
6463
} Blake2State;

0 commit comments

Comments
 (0)