summaryrefslogtreecommitdiff
path: root/test-sha1.sh
AgeCommit message (Collapse)AuthorFilesLines
2006-06-24test-sha1: test hashing large bufferLibravatar Junio C Hamano1-1/+1
test to hash a large buffer in one go is more important than hashing large amount of data in small fixed chunks. Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-06-24Makefile: add framework to verify and bench sha1 implementations.Libravatar Junio C Hamano1-0/+83
Signed-off-by: Junio C Hamano <junkio@cox.net>