author | Linus Torvalds <torvalds@linux-foundation.org> | |
Thu, 6 Aug 2009 03:28:07 +0000 (20:28 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 6 Aug 2009 20:56:45 +0000 (13:56 -0700) | ||
commit | 139e3456ecf18fc03a75eda7a77441e8fec344b9 | |
tree | bb0a056bbe77c0bc7d75ee095e17f5fb3a25f5a5 | tree | snapshot |
parent | fd536d3439fa2a06730884df31e2e98c9006c947 | commit | diff |
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>
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 | diff | blob | history |