• Calculates the leaf hash by concatenating and hashing multiple buffers.

    Parameters

    • seeds: (Buffer | Uint8Array)[]

      An array of Buffers or Uint8Arrays to concatenate and hash.

    Returns Buffer

    The hash of the concatenated buffers as a Buffer.

Generated using TypeDoc