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

    Variable digestBufferRangeConst

    digestBufferRange: (
        input: Uint8Array,
        offset: number,
        length?: number,
    ) => Buffer = XxHash128Stream.digestBufferRange

    Hash a sub-range of a binary buffer and return the 128-bit digest.

    Type Declaration

      • (input: Uint8Array, offset: number, length?: number): Buffer
      • Parameters

        • input: Uint8Array

          The buffer to hash.

        • offset: number

          Start offset in bytes.

        • Optionallength: number

          Number of bytes to hash. Defaults to the rest of the buffer.

        Returns Buffer