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

    Variable digestBufferConst

    digestBuffer: (input: Uint8Array) => Buffer = XxHash128Stream.digestBuffer

    Hash an entire binary buffer and return the 128-bit digest.

    Type Declaration

      • (input: Uint8Array): Buffer
      • Parameters

        • input: Uint8Array

          The buffer to hash.

        Returns Buffer