mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
Fix -m 5800 unit test
This commit is contained in:
parent
5d38b6c03a
commit
568336d35f
@ -9,7 +9,7 @@ use strict;
|
||||
|
||||
use Digest::SHA qw (sha1);
|
||||
|
||||
sub module_constraints { [[0, 255], [1, 16], [0, 15], [1, 16], [0, 31]] }
|
||||
sub module_constraints { [[0, 255], [1, 16], [0, 13], [16, 16], [-1, -1]] }
|
||||
|
||||
sub module_generate_hash
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user