Source: node-hash.js Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper (>= 11) , dh-buildinfo , dpkg-dev (>= 1.17.14) , nodejs (>= 4.7) , node-inherits (>= 2.0.1) , node-assert (>= 1.0) , mocha (>= 1.18.4) Standards-Version: 4.2.1 Rules-Requires-Root: no Homepage: https://github.com/indutny/hash.js Vcs-Git: https://salsa.debian.org/js-team/node-hash.js.git Vcs-Browser: https://salsa.debian.org/js-team/node-hash.js Package: node-hash.js Architecture: all Depends: ${misc:Depends} , nodejs (>= 4.7) , node-inherits (>= 2.0.1) , node-assert (>= 1.0) Description: Hash functions that could be run by both browser and nodejs 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.