Keccak256Module

external object Keccak256Module

External declarations for @noble/hashes SHA-3/Keccak functions.

The @noble/hashes library provides the original Keccak-256 algorithm used by Ethereum and other blockchain systems. Note that this is different from the finalized NIST SHA-3 standard.

Requires: @noble/hashes ^2.0.0

See also

Functions

Link copied to clipboard
fun keccak256(data: Uint8Array): Uint8Array

Computes Keccak-256 hash of the input.