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

        The bytes to convert

      Returns Uint8Array

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