Skip to main content
Module

x/lume/core/utils.ts>sha1

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

Encode a message using SHA-1 algorithm

Parameters

message: string | Uint8Array

Returns

Promise<string>