Secret values not erased #12
Labels
fix:bug
Something isn't working
type:enhancement
Issues concerning code or feature improvement (performance, refactoring, etc)
Milestone
Summary
Add a way to securely erase sensitive data from memory when types go out of scope.
Possible solution design or implementation
Add
Zeroize
trait, removeCopy
trait on all structs carrying sensitive data.Additional context
See bls12_381-bls #5
The text was updated successfully, but these errors were encountered: