Hash.Sha2-512¶
Name | - | 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 SHA2-512 hashing algorithm.