Skip to main content
注意: 此页面尚未翻译成中文。以下内容为英文原版。
Compute the cryptographic KECCAK256 hash of data. The data must be a data representation, to compute the hash of UTF-8 data use the [id}(../functions/id) function.

Parameters

Returns

string DataHexstring The hash of the data.

Example

Source

crypto/keccak.ts:44