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:
commit
56dd7f7e2b
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user