Package: wnpp Severity: wishlist Owner: [email protected] X-Debbugs-CC: [email protected]
* Package name : node-sha.js Version : 2.4.8 Upstream Author : Dominic Tarr <[email protected]> (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).

