]> git.e2factory.org Git - e2factory.git/commit
sha1: use sha1 module instead of sha1sum tool
authorGordon Hecker <gh@emlix.com>
Mon, 9 Nov 2009 13:39:10 +0000 (14:39 +0100)
committerGordon Hecker <gh@emlix.com>
Wed, 18 Nov 2009 09:10:29 +0000 (10:10 +0100)
commit8423236dbb065deed7270200c0e5c0c42966229f
tree7d45d53dc16fb83c158e36a8bc37d103127c833d
parent8c308f53feb4e6d9419c9d144d5c3f6f8746727f
sha1: use sha1 module instead of sha1sum tool
testcase for the sha1 module is included in test_sha1.lua

Signed-off-by: Gordon Hecker <gh@emlix.com>
Changelog
generic/Makefile
generic/hash.lua
generic/lsha1.c [new file with mode: 0644]
generic/sha1.c [new file with mode: 0644]
generic/sha1.h [new file with mode: 0644]
generic/test_sha1.lua [new file with mode: 0644]