mirror of
https://github.com/boostorg/container_hash.git
synced 2026-01-27 17:42:26 +01:00
This is based on the mix function from MurmurHash. It's not the full algorithm as it's always seeded with 0, and doesn't do a final mix. This should be okay as Boost.Hash doesn't claim to avalanche the bits.