Expand description
A minimal in-crate implementation of zeroize::Zeroize.
This provides compile-fenced memory zeroing for Strings and Vecs without needing to
depend on the zeroize crate.
If the optional zeroize feature is enabled, then this module is replaced with zeroize
itself.
Traitsยง
- Zeroize
- Trait for securely erasing values from memory.