Key

Type Alias Key 

Source
pub type Key<B> = Array<u8, <B as KeySizeUser>::KeySize>;
Expand description

Key used by KeySizeUser implementors.

Aliased Type§

#[repr(transparent)]
pub struct Key<B>(pub <<B as KeySizeUser>::KeySize as ArraySize>::ArrayType<u8>);

Tuple Fields§

§0: <<B as KeySizeUser>::KeySize as ArraySize>::ArrayType<u8>