Type Alias crypto_common::Key
source · pub type Key<B> = GenericArray<u8, <B as KeySizeUser>::KeySize>;
Expand description
Key used by KeySizeUser
implementors.
Aliased Type§
struct Key<B> { /* private fields */ }
pub type Key<B> = GenericArray<u8, <B as KeySizeUser>::KeySize>;
Key used by KeySizeUser
implementors.
struct Key<B> { /* private fields */ }