import { decodedLen } from "https://deno.land/std@0.81.0/encoding/hex.ts";
DecodedLen returns the length of decoding x
source bytes.
Specifically, it returns x / 2
.
import { decodedLen } from "https://deno.land/std@0.81.0/encoding/hex.ts";
DecodedLen returns the length of decoding x
source bytes.
Specifically, it returns x / 2
.