fast-fs-hash - v0.0.0-rc4
    Preparing search index...

    Function hashesToHexArray

    • Split a buffer of concatenated 16-byte hashes into an array of hex strings. Returns an empty array if input is null/undefined or length is not a multiple of 16.

      Parameters

      • hashes: Uint8Array

        Buffer of concatenated 16-byte hashes.

      Returns string[]