Fix self-test functionality if FIXED_LOCAL_SIZE_COMP is used

Fix -m 25700 datatype in -a 3 mode and maximum password length in pure kernel mode
Fix -m 12500, 23700 and 23800 if password is exactly length 128
This commit is contained in:
Jens Steube
2021-08-02 12:00:17 +02:00
parent 7f16921d8b
commit b2d1f42905
6 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
use strict;
use warnings;
sub module_constraints { [[0, 256], [8, 8], [0, 55], [8, 8], [-1, -1]] }
sub module_constraints { [[-1, -1], [-1, -1], [0, 55], [8, 8], [-1, -1]] }
sub MurmurHash
{