Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function decodeBase32
import { decodeBase32 } from "https://deno.land/std@0.205.0/encoding/base32.ts";

Decodes a given RFC4648 base32 encoded string.

Parameters

b32: string

Returns

Uint8Array