メインコンテンツへスキップ
注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
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

ParameterTypeDescription
_dataBytesLikeThe data to hash.

Returns

string DataHexstring The hash of the data.

Example

Source

crypto/keccak.ts:44