Skip to main content

KeyData

Type Alias KeyData 

Source
pub type KeyData<A> = SecretKeyBytes<<<A as Aead>::Key as SecretKey>::Size>;
Expand description

Shorthand which the compiler does not understand without a good amount of hand holding.

Aliased Typeยง

pub struct KeyData<A>(/* private fields */);