Hash.Keccak-256¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
The string, bytes or a sequence of strings/bytes to hash. | Bytes[Bytes]String[String] |
||
Output ➡️ |
Outputs the 256-bit hash as a byte array. | Bytes |
This shard outputs the 256-bit hash (32-bytes) of the input (string, bytes or a sequence of strings/bytes) using the Keccak-256 hashing algorithm.
Details¶
Keccak-256 is a cryptographic hash algorithm, providing strong security properties.