Function byteHash

  • Computes the Blake2b hash of a byte array.

    Returns

    A Uint8Array buffer containing the 32-byte Blake2b hash.

    Parameters

    • x: Uint8Array

      A Uint8Array byte array to compute the Blake2b hash on.

    Returns Uint8Array

Generated using TypeDoc