ZeroizingKey

Type Alias ZeroizingKey 

Source
pub type ZeroizingKey<const N: usize> = Zeroizing<[u8; N]>;
Expand description

A zeroizing wrapper for secret keys.

When this value is dropped, the underlying bytes are securely zeroed.

Aliased Typeยง

pub struct ZeroizingKey<const N: usize>(/* private fields */);