Update test modules to max password length 255 not 256

This commit is contained in:
jsteube
2018-12-28 22:31:03 +01:00
parent 92828910fe
commit f721f23d39
19 changed files with 19 additions and 19 deletions

View File

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