KnuthHash64

Knuth hash.

pure nothrow @safe @nogc
struct KnuthHash64 () {}

Members

Functions

finish
ubyte[8] finish()
get
ulong get()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(ubyte)[] data)

Use this to feed the hash with data.

start
void start()

(Re)initialize.

See Also

Meta