penumbra icon indicating copy to clipboard operation
penumbra copied to clipboard

use Zeroize for keys/secrets

Open redshiftzero opened this issue 1 year ago • 0 comments

Currently we use Zeroize only for the secret types in decaf377-ka (for no specific reason): https://github.com/penumbra-zone/penumbra/blob/main/crates/crypto/decaf377-ka/src/lib.rs#L17

It would be good to do a pass through the entire codebase and use Zeroize for keys and secrets.

redshiftzero avatar Aug 02 '23 14:08 redshiftzero