Skip to main content

ContentKey

Type Alias ContentKey 

Source
pub type ContentKey = Zeroizing<[u8; 32]>;
Expand description

The content key that a hardware provider wraps and unwraps.

Zeroized on drop: this is the only plaintext key material that transits the provider boundary.

Aliased Typeยง

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