Skip to content

Hash.XXH3-64

Name Mandatory Description Default Type
⬅️ Input The string, bytes or a sequence of strings/bytes to hash. Bytes[Bytes]String[String]
Output ➡️ Outputs the 64-bit hash as a byte array. Bytes

This shard outputs the 64-bit hash(of 8 bytes) of the input (string, bytes or a sequence of strings/bytes) using the XXH3(64-bit) hashing algorithm.