import { decodeString } from "https://deno.land/std@0.42.0/encoding/hex.ts";
DecodeString returns the bytes represented by the hexadecimal string s
.
DecodeString expects that src contains only hexadecimal characters and that
src has even length.
If the input is malformed, DecodeString will throws an error.