Skip to content

sha256

const sha256: HashFn

Defined in: astrobase/src/hashing/algorithms/sha256.ts:12

Performs an iteration of SHA-256 on a buffer using the WebCrypto API.

The buffer.

A promise that resolves with the SHA-256 output.