Skip to main content
Module

std/encoding/base32.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.209.0/encoding/base32.ts";

Variables

v
decode
deprecated

Decodes a given RFC4648 base32 encoded string.

v
encode
deprecated

Encodes a given Uint8Array into RFC4648 base32 representation

Functions

Returns number of bytes encoded in the given RFC4648 base32 string input.

Decodes a base32-encoded string.

Converts data to a base32-encoded string.