Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/easyutil/lib/cryptography/hash.ts>hash

A collection of useful utilities to make development with Deno even easier!
Latest
function hash
import { hash } from "https://deno.land/x/easyutil@0.10.0/lib/cryptography/hash.ts";

Parameters

hashAlgorithm: HashAlgorithm
data: string

Returns

Promise<string>