node-hash.js

Hash functions that could be run by both browser and nodejs
  https://github.com/indutny/hash.js
  0
  no reviews



This module implements a few classical hash function that could be run in browser and in nodejs context.

Hash functions implemented includes ripemd160,sha1, sha224, sha256, sha384, sha512.

Node.js is an event-based server-side JavaScript engine.