Skip to content

Instantly share code, notes, and snippets.

@transitive-bullshit
Created January 26, 2020 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save transitive-bullshit/7f3564d121fd739d7a3440b0013f3c2c to your computer and use it in GitHub Desktop.
Save transitive-bullshit/7f3564d121fd739d7a3440b0013f3c2c to your computer and use it in GitHub Desktop.
const hasha = require('hasha')
const hash = (input) => hasha(input, { algorithm: 'sha256' })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment