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

    Function uint8ArrayToHex

    • Converts a Uint8Array to a hex string

      Parameters

      • bytes: Uint8Array<ArrayBuffer>

        The Uint8Array to convert

      • prefix: boolean = false

        Whether to include the '0x' prefix (default: false)

      Returns string

      A hex string representation of the Uint8Array