SipHash.finalize

Perform finalization of hash-function and returns hash.

class SipHash(ubyte NUMBER_OF_COMPRESS_ROUNDS = 2, ubyte NUMBER_OF_FINALIZATION_ROUNDS = 4)
ulong
finalize
()

Return Value

Type: ulong

64-bit hash of passed bytes

Meta