Type Alias Key
pub type Key<B> = GenericArray<u8, <B as KeySizeUser>::KeySize>;Expand description
Key used by KeySizeUser implementors.
Aliased Typeยง
pub struct Key<B> { /* private fields */ }main (development) branch of crypto-glue.pub type Key<B> = GenericArray<u8, <B as KeySizeUser>::KeySize>;Key used by KeySizeUser implementors.
pub struct Key<B> { /* private fields */ }