Source: node-create-hash Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper-compat (= 12) , dh-buildinfo , nodejs (>= 10) , dpkg-dev (>= 1.17.14) , node-md5.js (>= 1.3.4) , node-sha.js (>= 2.4.0) , node-safe-buffer (>= 5.0.1) , , node-inherits (>= 2.0.1) , node-ripemd160 (>= 2.0.1) , node-cipher-base (>= 1.0.1) , node-hash-test-vectors (>= 1.3.2) , node-tape (>= 4.6) Standards-Version: 4.4.0 Homepage: https://github.com/crypto-browserify/createHash Vcs-Git: https://salsa.debian.org/js-team/node-create-hash.git Vcs-Browser: https://salsa.debian.org/js-team/node-create-hash Package: node-create-hash Architecture: all Depends: ${misc:Depends} , nodejs (>= 10) , node-md5.js (>= 1.3.4) , node-sha.js (>= 2.4.0) , node-inherits (>= 2.0.1) , node-ripemd160 (>= 2.0.1) , node-cipher-base (>= 1.0.1) Description: create hashes for browserify This package allow one to create hash in browser context using Node.js API. . A hash function is any function that can be used to map data of arbitrary size to data of fixed size. Hash functions are related to checksums, check digits, fingerprints, lossy compression, randomization functions, error-correcting codes, and ciphers. Although these concepts overlap to some extent, each has its own uses and requirements and is designed and optimized differently. . Node.js is an event-based server-side JavaScript engine.