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