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

    Function hashToHex

    • Convert a single 16-byte hash to a 32-character lowercase hex string. Returns an empty string if input is null/undefined or too short.

      Parameters

      • hash: Uint8Array

        16-byte hash digest.

      • offset: number = 0

        Byte offset into hash. Default 0.

      Returns string