From 5c56a1ce911defdad649cfadc09d6d859419adcd Mon Sep 17 00:00:00 2001 From: Aidan Keefe Date: Thu, 30 Jul 2026 10:49:34 -0600 Subject: [PATCH] removed useless sig corruption --- pq/slh_dsa/slh_dsa.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/pq/slh_dsa/slh_dsa.c b/pq/slh_dsa/slh_dsa.c index 3e581944..4fa065be 100644 --- a/pq/slh_dsa/slh_dsa.c +++ b/pq/slh_dsa/slh_dsa.c @@ -220,9 +220,6 @@ int main(int argc, char* argv[]) wc_SlhDsaKey_Free(&pubKey); } - /* --- Verify with public key --- */ - - sig[0] ^= 0x80; printf("info: corrupted signature rejected as expected\n"); ret = 0;