import { classicDecode } from "https://deno.land/x/smoldot2@light-js-deno-v1.0.1/base64.js";
Decodes a base64-encoded string into bytes using the original alphabet from RFC4648.
See https://datatracker.ietf.org/doc/html/rfc4648#section-4.
import { classicDecode } from "https://deno.land/x/smoldot2@light-js-deno-v1.0.1/base64.js";
Decodes a base64-encoded string into bytes using the original alphabet from RFC4648.
See https://datatracker.ietf.org/doc/html/rfc4648#section-4.