メインコンテンツへスキップ
注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
Compute the cryptographic SHA2-256 hash of data.

Parameters

ParameterTypeDescription
_dataBytesLikeThe data to hash.

Returns

string The hash of the data.

Example

Source

crypto/sha2.ts:38