You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
secp256k1 library and KeyPairwrapper don't implement zeroization for private keys. Private keys remain in memory after use.
The criticality of this issue is low, but we recommend implementing zeroization to mitigate potential key leakage.