Hashes a string with the specified cryptographic key.
Array of two ulong for low and high parts of 128-bit key (default: zero key).
64-bit hash of passed bytes.
Typical usage:
auto hash = hash8(`Sample`);
See Implementation
Hashes a string with the specified cryptographic key.