Fix cracking streebog 256/512 hmac cracking with password length > 64

This commit is contained in:
jsteube
2019-02-19 17:17:01 +01:00
parent 2f36fb5b44
commit 63fac132e3
5 changed files with 131 additions and 131 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
use strict;
use warnings;
sub module_constraints { [[0, 255], [0, 55], [-1, -1], [-1, -1], [-1, -1]] }
sub module_constraints { [[0, 255], [0, 255], [-1, -1], [-1, -1], [-1, -1]] }
sub module_generate_hash
{
+1 -1
View File
@@ -8,7 +8,7 @@
use strict;
use warnings;
sub module_constraints { [[0, 55], [0, 55], [-1, -1], [-1, -1], [-1, -1]] }
sub module_constraints { [[0, 255], [0, 255], [-1, -1], [-1, -1], [-1, -1]] }
sub module_generate_hash
{
+1 -1
View File
@@ -8,7 +8,7 @@
use strict;
use warnings;
sub module_constraints { [[0, 255], [0, 55], [-1, -1], [-1, -1], [-1, -1]] }
sub module_constraints { [[0, 255], [0, 255], [-1, -1], [-1, -1], [-1, -1]] }
sub module_generate_hash
{