1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-24 15:38:47 +00:00

Merge pull request #4325 from matrix/fix_31000

Fixed bug in module_constraints for hash-mode 31000
This commit is contained in:
hashcat-bot 2025-07-12 10:45:39 +02:00 committed by GitHub
commit 56dd7f7e2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ use warnings;
use Crypt::Digest::BLAKE2s_256 qw (blake2s_256_hex);
sub module_constraints { [[0, 128], [-1, -1], [0, 64], [-1, -1], [-1, -1]] }
sub module_constraints { [[0, 128], [-1, -1], [0, 55], [-1, -1], [-1, -1]] }
sub module_generate_hash
{