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

    Function bytesToHexBytes

    • Converts bytes to hexadecimal byte representation. Each input byte becomes two output bytes representing the hex digits.

      Parameters

      • bytes: Uint8Array<ArrayBuffer>

        The bytes to convert

      Returns Uint8Array<ArrayBuffer>

      Hex representation as bytes (each hex digit as a byte)