clear public/private key buffer after use in tropicsquare port

This commit is contained in:
JacobBarthelmeh
2026-05-12 10:47:42 -06:00
parent 999e1b9f99
commit a04b68243c
@@ -546,6 +546,9 @@ int Tropic01_Deinit(void)
WOLFSSL_MSG("TROPIC01: Crypto device deinitialized successfully");
}
ForceZero(sh0priv, sizeof(sh0priv));
ForceZero(sh0pub, sizeof(sh0pub));
return 0;
}