import * as mod from "https://deno.land/std@0.213.0/encoding/hex.ts"; FunctionsfdecodeHexDecodes the given hex-encoded string. If the input is malformed, an error is thrown. fencodeHexConverts data into a hex-encoded string.