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

    Function base64ToArray

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

      Parameters

      • base64: string

        The base64 string to decode

      Returns Uint8Array

      The decoded bytes