function uint8ArrayToHeximport { uint8ArrayToHex } from "https://deno.land/x/crc32@v1.0.2/mod.ts"; uint8ArrayToHex(bytes: Uint8Array): stringConverts a Uint8Array to a hexadecimal string. Parametersbytes: Uint8ArrayThe Uint8Array to convert. ReturnsstringThe converted hexadecimal string.