Hash.Blake2-128¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The string, bytes or a sequence of strings/bytes to hash. | Bytes[Bytes]String[String] | ||
| Output ➡️ | Outputs the 128-bit hash as a byte array. | Bytes | 
This shard outputs the compact 128-bit hash(of 16 bytes) of the input (string, bytes or a sequence of strings/bytes) using the BLAKE2b-128 hashing algorithm.
Details¶
The BLAKE2 algorithm is a cryptographic hash function that's designed to be fast and secure. The 128-bit variant (BLAKE2b-128) is a truncated version of the full BLAKE2b algorithm, providing a shorter output while maintaining many of the security properties of the larger variants.