Hashes the bytes in a buffer from the current position to the limit. @param buf The bytes to hash. @param seed The seed for the hash. @return The 32 bit murmur hash of the bytes in the buffer.
See Implementation
Hashes the bytes in a buffer from the current position to the limit. @param buf The bytes to hash. @param seed The seed for the hash. @return The 32 bit murmur hash of the bytes in the buffer.