Fix minimum salt length in -m 18100 unit test

pull/1914/head
jsteube 5 years ago
parent 20b8139808
commit 6e8c4f5577

@ -11,7 +11,7 @@ use warnings;
use Digest::SHA qw (sha1);
use Digest::HMAC qw (hmac_hex);
sub module_constraints { [[0, 255], [0, 55], [0, 255], [0, 55], [-1, -1]] }
sub module_constraints { [[0, 255], [8, 12], [0, 255], [8, 12], [-1, -1]] }
sub module_generate_hash
{

Loading…
Cancel
Save