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

    Function arrayToBase64

    • Converts a Uint8Array to a base64 string in a browser-compatible way. Uses the btoa() function available in both browsers and Node.js.

      Parameters

      • bytes: Uint8Array

        The bytes to encode

      Returns string

      The base64-encoded string