import { encodedLen } from "https://deno.land/std@0.57.0/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/std@0.57.0/encoding/hex.ts";
EncodedLen returns the length of an encoding of n source bytes. Specifically, it returns n * 2.