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 ce0e848 commit b16e301Copy full SHA for b16e301
1 file changed
Modules/blake2module.c
@@ -754,6 +754,7 @@ blake2_blake2b_copy_locked(Blake2Object *self, Blake2Object *cpy)
754
goto error; \
755
} \
756
} while (0)
757
+
758
switch (self->impl) {
759
#if HACL_CAN_COMPILE_SIMD256
760
case Blake2b_256:
0 commit comments