Hashes a byte stream with the specified cryptographic key
Array of unsigned bytes.
Array of two ulong for low and high parts of 128-bit key (default: zero key)
Typical usage:
auto hash = hash8([0x65, 0x67, 0x67, 0x00]);
See Implementation
Hashes a byte stream with the specified cryptographic key