Make sure word length in test.pl single mode only increases or stays equal to previous one
This commit is contained in:
@@ -11,7 +11,7 @@ use warnings;
|
||||
use Digest::MD4 qw (md4_hex);
|
||||
use Encode;
|
||||
|
||||
sub module_constraints { [[0, 256], [0, 0], [0, 27], [0, 27], [-1, -1]] }
|
||||
sub module_constraints { [[0, 256], [0, 0], [0, 27], [0, 0], [-1, -1]] }
|
||||
|
||||
sub module_generate_hash
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user