function computeHashimport { computeHash } from "https://deno.land/x/aleph@v0.3.0-beta.4/server/helper.ts"; computeHash(content: string | Uint8Array, algorithm?: "md5" | "sha1"): stringcompute hash of the content Parameterscontent: string | Uint8Arrayoptionalalgorithm: "md5" | "sha1" = [UNSUPPORTED]Returnsstring