mecca.lib.hashing

Undocumented in source.

Members

Functions

murmurHash3_128
ulong[2] murmurHash3_128(const(ubyte)[] data, ulong seed1, ulong seed2)
Undocumented in source. Be warned that the author may not have intended to support it.
murmurHash3_128_ubytes
ubyte[16] murmurHash3_128_ubytes(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
murmurHash3_128_ubytes
ubyte[16] murmurHash3_128_ubytes(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
murmurHash3_64
ulong murmurHash3_64(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
murmurHash3_64
ulong murmurHash3_64(string data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta