Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aleph/server/helper.ts>computeHash

The Full-stack Framework in Deno.
Go to Latest
function computeHash
import { computeHash } from "https://deno.land/x/aleph@v0.3.0-beta.4/server/helper.ts";

compute hash of the content

Parameters

content: string | Uint8Array
optional
algorithm: "md5" | "sha1" = [UNSUPPORTED]

Returns

string