Type Definition universal_hash::Key [−][src]
pub type Key<U> = GenericArray<u8, <U as NewUniversalHash>::KeySize>;
Expand description
Keys to a UniversalHash
.
pub type Key<U> = GenericArray<u8, <U as NewUniversalHash>::KeySize>;
Keys to a UniversalHash
.