DWS Packages
    Preparing search index...

    Function decodeBase32

    • Decodes a base32-encoded string into a Uint8Array (RFC 4648).

      Parameters

      • input: string

        The base32-encoded string to decode.

      Returns Uint8Array<ArrayBuffer>

      The decoded bytes.

      (Exception) - If the input contains invalid base32 characters.