Skip to content

HashFn

HashFn = (payload) => Promise<ArrayBuffer>

Defined in: astrobase/src/hashing/types.ts:18

A hash function implementation.

BufferSource

The payload to perform the hash algorithm on.

Promise<ArrayBuffer>

A promise that resolves with the output digest.