Hash.Keccak-512¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
The string, bytes or a sequence of strings/bytes to hash. | Bytes[Bytes]String[String] |
||
Output ➡️ |
Outputs the 512-bit hash as a byte array. | Bytes |
This shard outputs the 512-bit hash (64-bytes) of the input (string, bytes or a sequence of strings/bytes) using the Keccak-512 hashing algorithm.
Details¶
Keccak-512 is a cryptographic hash algorithm, providing strong security properties.
The Hash.Keccak-512 shard provides a longer hash output compared to Hash.Keccak-256, which can be useful in scenarios requiring even stronger security or a larger hash space.