phoenix-core icon indicating copy to clipboard operation
phoenix-core copied to clipboard

Implement Zeroize as clear on drop for critical data structures

Open CPerezz opened this issue 4 years ago • 0 comments

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.

CPerezz avatar Apr 27 '20 08:04 CPerezz