Skip to main content
Module

x/lume/core/utils/digest.ts>md5

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function md5
import { md5 } from "https://deno.land/x/lume@v2.3.0/core/utils/digest.ts";

Digest a message using MD5 algorithm

Parameters

message: string | Uint8Array

Returns

Promise<string>