1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Update m11000.pm module constraints for unit test

This commit is contained in:
Vavaldi 2024-06-14 11:01:45 +02:00 committed by GitHub
parent 668d032385
commit 1f1733a1e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ use warnings;
use Digest::MD5 qw (md5_hex);
sub module_constraints { [[0, 256], [56, 56], [0, 55], [56, 56], [-1, -1]] }
sub module_constraints { [[0, 256], [56, 64], [0, 55], [56, 64], [-1, -1]] }
sub module_generate_hash
{