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;