pub type FixedZeroizing<T> = Zeroizing<T>;Expand description
Re-export of zeroize::Zeroizing<T> for stack-allocated secrets.
This is the canonical zeroizing wrapper for fixed-size data.
Aliased Type§
pub struct FixedZeroizing<T>(/* private fields */);