import * as mod from "https://dotland.deno.dev/std@0.215.0/encoding/base32.ts"; Utilities for base32 encoding and decoding. Modified from https://github.com/beatgammit/base64-js. This module is browser compatible. FunctionsfdecodeBase32Decodes a base32-encoded string. fencodeBase32Converts data to a base32-encoded string.