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