import { base32StringToBytes } from "https://deno.land/x/earthstar@v10.0.0-beta.7/src/crypto/base32.ts";
Decode base32 string to a uint8array of bytes. Throw a ValidationError if the string is bad.
import { base32StringToBytes } from "https://deno.land/x/earthstar@v10.0.0-beta.7/src/crypto/base32.ts";
Decode base32 string to a uint8array of bytes. Throw a ValidationError if the string is bad.