halftime 0.1.0

HalftimeHash: almost-universal hashing for long strings
Documentation
1
2
3
4
//! 64-bit word type used by entropy expansion and NH.

/// A 64-bit word in the HalftimeHash pipeline.
pub(crate) type Word = u64;