Skip to content

nooschain v0.1.0


nooschain / crypto/hashing / sha256

Function: sha256()

sha256(data): string

Defined in: crypto/hashing.ts:14

Computes a lowercase hex SHA-256 digest for bytes or a string.

Parameters

data

string | Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>

Returns

string

Audience-first NOOSChain documentation.