import { urlSafeDecode } from "https://deno.land/x/smoldot@light-js-deno-v0.7.9/base64.js";
Decodes a base64-encoded string into bytes using the URL-safe alphabet.
See https://datatracker.ietf.org/doc/html/rfc4648#section-5.
import { urlSafeDecode } from "https://deno.land/x/smoldot@light-js-deno-v0.7.9/base64.js";
Decodes a base64-encoded string into bytes using the URL-safe alphabet.
See https://datatracker.ietf.org/doc/html/rfc4648#section-5.