signify-ts
    Preparing search index...

    Function concat

    • Concatenates two byte arrays together in a new byte array.

      Parameters

      • one: Uint8Array

        first byte array to be concatenated

      • two: Uint8Array

        second byte array to be concatenated

      Returns Uint8Array