import { decode } from "https://deno.land/x/lume@v1.16.1/deps/hex.ts";
Decodes src
into src.length / 2
bytes.
If the input is malformed, an error will be thrown.
import { decode } from "https://deno.land/x/lume@v1.16.1/deps/hex.ts";
Decodes src
into src.length / 2
bytes.
If the input is malformed, an error will be thrown.