1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 16:21:12 +00:00

Merge pull request from epixoip/master

update constraints for m20600 test module
This commit is contained in:
Jens Steube 2019-06-19 18:30:53 +02:00 committed by GitHub
commit ad8b43caad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ use warnings;
use Digest::SHA qw (sha256);
use MIME::Base64;
sub module_constraints { [[0, 256], [0, 256], [0, 55], [0, 55], [0, 55]] }
sub module_constraints { [[0, 256], [0, 16], [-1, -1], [-1, -1], [-1, -1]] }
sub module_generate_hash
{