pub type Key<B> = GenericArray<u8, <B as KeySizeUser>::KeySize>;Available on crate feature
mac only.Expand description
Key used by KeySizeUser implementors.
Aliased Typeยง
pub struct Key<B> { /* private fields */ }pub type Key<B> = GenericArray<u8, <B as KeySizeUser>::KeySize>;mac only.Key used by KeySizeUser implementors.
pub struct Key<B> { /* private fields */ }