UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

8 lines (4 loc) 169 B
var crypto = require('crypto'); module.exports = function (string, hash="md5", encoding="hex") { return crypto.createHash(hash).update(string).digest(encoding); };