HashFn
HashFn = (
payload
) =>Promise
<ArrayBuffer
>
Defined in: astrobase/src/hashing/types.ts:18
A hash function implementation.
Parameters
Section titled “Parameters”payload
Section titled “payload”BufferSource
The payload to perform the hash algorithm on.
Returns
Section titled “Returns”Promise
<ArrayBuffer
>
A promise that resolves with the output digest.