npmtest-sha1
native js function for hashing messages with SHA-1

| git-branch : |
alpha |
| coverage : |
 |
| test-report : |
 |
| test-server-github : |
 |





package.json
{
"author": {
"name": "Paul Vorbach",
"url": "http://vorb.de"
},
"bugs": {
"url": "https://github.com/pvorb/node-sha1/issues"
},
"dependencies": {
"charenc": ">= 0.0.1",
"crypt": ">= 0.0.1"
},
"description": "native js function for hashing messages with SHA-1",
"devDependencies": {
"mocha": "~ 1.4.2"
},
"directories": {},
"dist": {
"shasum": "addaa7a93168f393f19eb2b15091618e2700f848",
"tarball": "https://registry.npmjs.org/sha1/-/sha1-1.1.1.tgz"
},
"engines": {
"node": "*"
},
"gitHead": "231f77e8678bbd6993459b7f1af36b6259bc06ba",
"homepage": "https://github.com/pvorb/node-sha1",
"license": "BSD-3-Clause",
"main": "sha1.js",
"maintainers": [
{
"name": "pvorb"
}
],
"name": "sha1",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-sha1.git"
},
"scripts": {
"test": "mocha"
},
"tags": [
"sha1",
"hash",
"encryption",
"native",
"secure hashing algorithm"
],
"version": "1.1.1",
"bin": {}
}
misc