PKI-Lite - v1.0.5
    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

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

      Returns Uint8Array

      The decoded bytes