hash_sha512
Computes SHA-512 hash of input data and returns the hex-encoded result.
Instructions
Compute SHA-512 hash.
Args: data: String to hash.
Returns: Hex-encoded hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |