Merge pull request #32 from onionhammer/master

Added sha-1 package
This commit is contained in:
Dominik Picheta 2013-11-17 08:42:56 -08:00
commit e3751316e1

View File

@ -321,6 +321,15 @@
"tags": ["library", "embedded data", "appended data", "alchemy"],
"description": "API to read appended files from your own binary",
"license": "MIT"
},
{
"name": "sha1",
"url": "https://github.com/onionhammer/sha1",
"method": "git",
"tags": ["port", "hash", "sha1"],
"description": "SHA-1 produces a 160-bit (20-byte) hash value from arbitrary input",
"license": "BSD"
}
]