Struct universal_hash::Output [−][src]
pub struct Output<U: UniversalHash> { /* fields omitted */ }Expand description
Outputs of universal hash functions which are a thin wrapper around a
byte array. Provides a safe Eq implementation that runs in constant time,
which is useful for implementing Message Authentication Codes (MACs) based
on universal hashing.
Implementations
Get the inner GenericArray this type wraps