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