hash package:data-hash

Combinators for building fast hashing functions. Based on the BuzHash algorithm by Robert Uzgalis (see, e.g. "Hashing concepts and the Java programming language" at http://www.serve.net/buz/hash.adt/java.000.html)
A 64-bit hash
Observe that, unlike the other functions in this module, hashStorable is machine-dependent (the computed hash depends on endianness, etc.).
Combinators for building fast hashing functions.
lastHashes rh returns the last n hashes.
rollingHash n creates a RollingHash of window size n (for n > 0)