Add new optimized C 'block-sha1' routines
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 Aug 2009 23:13:20 +0000 (16:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Aug 2009 02:28:21 +0000 (19:28 -0700)
Based on the mozilla SHA1 routine, but doing the input data accesses a
word at a time and with 'htonl()' instead of loading bytes and shifting.

It requires an architecture that is ok with unaligned 32-bit loads and a
fast htonl().

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found