From 063618f699393c87e1ef4bdb511a1147ead21125 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Fri, 11 Jul 2025 20:41:12 +0200 Subject: [PATCH] fix edge testing with password type HEX --- tools/test_edge.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/test_edge.sh b/tools/test_edge.sh index a6960e00e..8a92ad41f 100755 --- a/tools/test_edge.sh +++ b/tools/test_edge.sh @@ -315,6 +315,10 @@ for hash_type in $(ls tools/test_modules/*.pm | cut -d'm' -f3 | cut -d'.' -f1 | CUR_OPTS_V="${CUR_OPTS} --backend-vector-width ${vector_width}" + if [ $pt_hex -eq 1 ]; then + CUR_OPTS_V="${CUR_OPTS_V} --hex-charset" + fi + # single hash if [ $TARGET_TYPE == all ] || [ $TARGET_TYPE == 0 ]; then