Hash¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | Input of any type is accepted. | Any | ||
| Output ➡️ | This shard outputs the input's hashed value as an int2 (a sequence with 2 integers as elements) with 64-bit integer elements. | Int2 | 
This shard takes any input type, hashes them using the XXH128 hashing algorithm and outputs their 128-bit hash value as an int2 (a sequence with 2 integers as elements).