MurmurHash3.finish

Finalizes the computation of the hash and returns the computed value. Note that finish can be called only once and that no subsequent calls to put is allowed.

struct MurmurHash3(uint size, uint opt = size_t.sizeof == 8 ? 64 : 32)
pure nothrow
ubyte[Element.sizeof]
finish
()

Meta

Suggestion Box / Bug Report