sha512Hash
Function计算字符串的 SHA-512 摘要。
Signature
function sha512Hash(input: string): stringParameters
| Name | Type | Description |
|---|---|---|
| input | string | 待计算摘要的原始字符串 |
Returns
string
128 位十六进制字符串
Source
packages/encryptor/src/SHA512Helper.ts:8
计算字符串的 SHA-512 摘要。
function sha512Hash(input: string): string| Name | Type | Description |
|---|---|---|
| input | string | 待计算摘要的原始字符串 |
string
128 位十六进制字符串
packages/encryptor/src/SHA512Helper.ts:8