keccak256
Computes Keccak-256 hash of the input.
Note: This is the original Keccak-256, not the finalized SHA-3 standard.
Return
Keccak-256 digest as Uint8Array (32 bytes)
Parameters
data
The data to hash as Uint8Array
Computes Keccak-256 hash of the input.
Note: This is the original Keccak-256, not the finalized SHA-3 standard.
Keccak-256 digest as Uint8Array (32 bytes)
The data to hash as Uint8Array