import { encodedLen } from "https://deno.land/x/deno@v0.22.0/std/encoding/hex.ts";
EncodedLen returns the length of an encoding of n source bytes. Specifically, it returns n * 2.
import { encodedLen } from "https://deno.land/x/deno@v0.22.0/std/encoding/hex.ts";
EncodedLen returns the length of an encoding of n source bytes. Specifically, it returns n * 2.