import { hexEncodingUtils } from "https://deno.land/x/dtils@2.6.0/deps.ts";
const { decodeHex } = hexEncodingUtils;
Decodes the given hex string to Uint8Array. If the input is malformed, an error will be thrown.
import { hexEncodingUtils } from "https://deno.land/x/dtils@2.6.0/deps.ts";
const { decodeHex } = hexEncodingUtils;
Decodes the given hex string to Uint8Array. If the input is malformed, an error will be thrown.