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.
Returns
Section titled “Returns”A promise that resolves with the SHA-256 output.