From 20b813980889219c2366f478f749fdc094db4a65 Mon Sep 17 00:00:00 2001 From: jsteube Date: Fri, 15 Feb 2019 13:21:34 +0100 Subject: [PATCH] Mode 6900 does not support empty passwords --- tools/test_modules/m06900.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m06900.pm b/tools/test_modules/m06900.pm index 1cf48854c..59a64c86c 100644 --- a/tools/test_modules/m06900.pm +++ b/tools/test_modules/m06900.pm @@ -10,7 +10,7 @@ use warnings; use Digest::GOST qw (gost_hex); -sub module_constraints { [[0, 32], [-1, -1], [0, 32], [-1, -1], [-1, -1]] } +sub module_constraints { [[1, 32], [-1, -1], [1, 32], [-1, -1], [-1, -1]] } sub module_generate_hash {