Sha256Module

external object Sha256Module

External declarations for @noble/hashes SHA-2 functions.

The @noble/hashes library provides high-quality, audited cryptographic hash implementations for JavaScript environments. This module exposes the SHA-256 function from @noble/hashes/sha2.

Requires: @noble/hashes ^2.0.0

See also

Functions

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

Computes SHA-256 hash of the input.