paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
175 stars 84 forks source link

Ensure proper memory clean-up for secrets #93

Open kirushik opened 2 years ago

kirushik commented 2 years ago

This is the better place to file and track https://github.com/paritytech/substrate/issues/9870

This library indeed doesn't use zeroize, while it probably should