Hash.XXH-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 XXH64 hashing algorithm.
Details¶
XXH64 is a non-cryptographic hash algorithm, designed for speed rather than cryptographic security.