pub type Key<U> = GenericArray<u8, <U as NewUniversalHash>::KeySize>;
Expand description
Keys to a UniversalHash
.
Aliased Typeยง
struct Key<U> { /* private fields */ }
pub type Key<U> = GenericArray<u8, <U as NewUniversalHash>::KeySize>;
Keys to a UniversalHash
.
struct Key<U> { /* private fields */ }