We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e0b37 commit 13e4274Copy full SHA for 13e4274
1 file changed
wolfcrypt/src/ext_xmss.c
@@ -804,10 +804,10 @@ int wc_XmssKey_SigsLeft(XmssKey* key)
804
}
805
806
ret = idx < ((1ULL << params->full_height) - 1);
807
- }
808
809
- /* Force zero the secret key from memory always. */
810
- ForceZero(key->sk, key->sk_len);
+ /* Force zero the secret key from memory always. */
+ ForceZero(key->sk, key->sk_len);
+ }
811
812
return ret;
813
0 commit comments