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

Fixed bug in module_constraints for hash-mode 31000

This commit is contained in:
Gabriele Gristina 2025-07-12 08:54:15 +02:00
parent 5af377ac4f
commit f3adb3c318
No known key found for this signature in database
GPG Key ID: 9F68B59298F311F0

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
{