Fixed more constraints in unit tests

This commit is contained in:
jsteube
2019-02-16 16:04:37 +01:00
parent 44b15049e7
commit f2e2967eec
47 changed files with 52 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ use Crypt::GCrypt;
use Crypt::PBKDF2;
use Digest::SHA qw (sha1 sha1_hex);
sub module_constraints { [[0, 51], [32, 32], [0, 51], [32, 32], [-1, -1]] }
sub module_constraints { [[0, 51], [32, 32], [-1, -1], [-1, -1], [-1, -1]] }
sub module_generate_hash
{