phoenix-core
phoenix-core copied to clipboard
Implement Zeroize as clear on drop for critical data structures
See: https://crates.io/crates/zeroize
This will gran extra security by making sure that the compiler does not optimize any drop of critical data structures such as private keys.