Skip to content

Instantly share code, notes, and snippets.

@AvnerCohen
Created May 31, 2020 13:54
Show Gist options
  • Save AvnerCohen/d056dc1aedbf336f2df0bbed040b2d8e to your computer and use it in GitHub Desktop.
Save AvnerCohen/d056dc1aedbf336f2df0bbed040b2d8e to your computer and use it in GitHub Desktop.
Deno standard library MD5 example.
import { Md5 } from "https://deno.land/std/hash/md5.ts"
const md5 = new Md5();
d5.update("moshe").toString();
// Other hash functions - https://deno.land/std/hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment