Computes the MurmurHash digest of the given data.
The input byte array for which the hash is to be computed.
An optional seed value used to initialize the hash function. Defaults to 0.
An array of bytes representing the computed MurmurHash digest.
See Implementation
Computes the MurmurHash digest of the given data.