PKI-Lite - v1.0.8
    Preparing search index...

    Function hexBytesToBytes

    • Converts hexadecimal bytes back to regular bytes. Expects input where each pair of bytes represents one hex digit pair.

      Parameters

      • hex: Uint8Array<ArrayBuffer>

        The hex bytes to convert (each pair of bytes = one output byte)

      Returns Uint8Array<ArrayBuffer>

      The decoded bytes