@salvobee/crypto-vault
    Preparing search index...

    Function fromBase64Url

    • Decode a Base64URL string back into a Uint8Array.

      Both browser (atob) and Node.js (Buffer) implementations are supported.

      Parameters

      • str: string

        The Base64URL string to decode.

      Returns Uint8Array

      The decoded bytes.