import * as mod from "https://deno.land/std@0.208.0/encoding/hex.ts"; FunctionsfdecodedeprecatedfdecodeHexDecodes the given hex string to Uint8Array. If the input is malformed, an error will be thrown. fencodedeprecatedfencodeHexEncodes the source into hex string.