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
Currently, private keys returned from Builder::generate_keypair() may be easily accidentially leaked because the memory used by the structure is not zeroed on drop. This should be fixed.
The text was updated successfully, but these errors were encountered:
(cited from https://docs.rs/zeroize/1.1.1/zeroize/)
Currently, private keys returned from
Builder::generate_keypair()
may be easily accidentially leaked because the memory used by the structure is not zeroed on drop. This should be fixed.The text was updated successfully, but these errors were encountered: