Function “sha512Of”
function sha512Of(data)
Computes the SHA-512 sum of the given string.
Parameters
| Name | Type | Description |
|---|---|---|
data | string | The data for which to compute the SHA-512 sum |
Return Value
Returns the 512-bit hash value encoded as a hex string.