block-sha1: make the 'ntohl()' part of the first SHA1 loop
commit139e3456ecf18fc03a75eda7a77441e8fec344b9
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Aug 2009 03:28:07 +0000 (5 20:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Aug 2009 20:56:45 +0000 (6 13:56 -0700)
treebb0a056bbe77c0bc7d75ee095e17f5fb3a25f5a5
parentfd536d3439fa2a06730884df31e2e98c9006c947
block-sha1: make the 'ntohl()' part of the first SHA1 loop

This helps a teeny bit.  But what I -really- want to do is to avoid the
whole 80-array loop, and do the xor updates as I go along..

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
block-sha1/sha1.c