From 9806b7d6156e28360cec11544a1965699a9e0acd Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sat, 12 Jul 2025 02:07:17 +0200 Subject: [PATCH] Fixed bug in module_constraints for hash-mode 10100 --- tools/test_modules/m10100.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m10100.pm b/tools/test_modules/m10100.pm index 8c29310ad..303213cbd 100644 --- a/tools/test_modules/m10100.pm +++ b/tools/test_modules/m10100.pm @@ -10,7 +10,7 @@ use warnings; use Digest::SipHash qw (siphash); -sub module_constraints { [[-1, -1], [-1, -1], [0, 55], [32, 32], [-1, -1]] } +sub module_constraints { [[-1, -1], [-1, -1], [0, 55], [32, 32], [0, 55]] } sub module_generate_hash {