Skip to content

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.