import * as mod from "https://deno.land/std@0.97.0/encoding/base32.ts";
Functions
Returns number of bytes encoded in the given RFC4648 base32 string input. | |
Decodes a given RFC4648 base32 encoded string. | |
Encodes a given Uint8Array into RFC4648 base32 representation |