import * as earthstar from "https://deno.land/x/earthstar@v10.0.0-beta.5/src/crypto/base32.ts";
Functions
Encode uint8array bytes to base32 string | |
Decode base32 string to a uint8array of bytes. Throw a ValidationError if the string is bad. |
import * as earthstar from "https://deno.land/x/earthstar@v10.0.0-beta.5/src/crypto/base32.ts";
Encode uint8array bytes to base32 string | |
Decode base32 string to a uint8array of bytes. Throw a ValidationError if the string is bad. |