Skip to main content

ZeroizingBytes

Type Alias ZeroizingBytes 

Source
pub type ZeroizingBytes = Zeroizing<Vec<u8>>;
Expand description

Secure bytes type

Aliased Typeยง

pub struct ZeroizingBytes(/* private fields */);