MurmurHash2A

D port of MurmurHash2A. TODO: reimplement via std.digest

Members

Functions

Add
void Add(const(void)* vdata, sizediff_t len)
Add
void Add(ubyte v)

Add overloads for some common D types.

Add
void Add(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
Add
void Add(uint v)
Undocumented in source. Be warned that the author may not have intended to support it.
Add
void Add(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Add
void Add(ubyte[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
Begin
void Begin(uint seed)
End
uint End()

Meta