From ddf99ca69d073c90ffccaa8973dde72e4089af5f Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sat, 12 Jul 2025 02:39:31 +0200 Subject: [PATCH] Fixed bug in module_constraints for hash-mode 15000 --- tools/test_modules/m15000.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m15000.pm b/tools/test_modules/m15000.pm index 6ee5a7c27..7c92039c1 100644 --- a/tools/test_modules/m15000.pm +++ b/tools/test_modules/m15000.pm @@ -10,7 +10,7 @@ use warnings; use Digest::SHA qw (sha512_hex); -sub module_constraints { [[0, 256], [64, 64], [0, 55], [64, 64], [-1, -1]] } +sub module_constraints { [[0, 256], [64, 64], [0, 47], [64, 64], [0, 55]] } sub module_generate_hash {