reticulum-js
    Preparing search index...

    Function fromHex

    • Converts a hexadecimal string back into a raw Uint8Array. Useful for parsing user-provided destination hashes or static routing configurations.

      Parameters

      • hexString: string

        The hexadecimal string to convert.

      Returns Uint8Array<ArrayBufferLike>

      The resulting raw byte array.