Package: wnpp Severity: wishlist Owner: ro...@debian.org X-Debbugs-CC: debian-de...@lists.debian.org
* Package name : node-sha.js Version : 2.4.8 Upstream Author : Dominic Tarr <dominic.t...@gmail.com> (dominictarr.com) * URL : https://github.com/crypto-browserify/sha.js * License : Expat Programming Lang: JavaScript Description : Streamable SHA hashes in pure javascript This module implement SHA hashes in pure javascript. It implement: sha, sha1, sha224, sha256, sha384 and sha512. . Implemention updates incremently internal buffer, so you can hash things larger than allocated memory. This module reuses the typedarrays, thus a constant amount of memory during hash compuation (except when using base64 or utf8 encoding).