xxh32
private fn
uint xxh32(const(ubyte)[] input, uint seed = 0)Compute the XXH32 hash of input with the given seed.
This is a straightforward implementation of the public XXH32 algorithm as used by the LZ4 frame format for header and content checksums.