keccak256

fun keccak256(data: Uint8Array): Uint8Array

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