Age | Commit message (Expand) | Author | Files | Lines |
2010-06-27 | msvc: Select the "fast" definition of the {get,put}_be32() macros | Ramsay Jones | 1 | -0/+1 |
2010-06-25 | msvc: Fix some compiler warnings | Ramsay Jones | 1 | -4/+4 |
2009-08-18 | remove ARM and Mozilla SHA1 implementations | Nicolas Pitre | 2 | -4/+8 |
2009-08-18 | block-sha1: guard gcc extensions with __GNUC__ | Nicolas Pitre | 1 | -2/+2 |
2009-08-18 | make sure byte swapping is optimal for git | Nicolas Pitre | 1 | -2/+2 |
2009-08-18 | block-sha1: make the size member first in the context struct | Nicolas Pitre | 1 | -1/+1 |
2009-08-14 | block-sha1/sha1.c: silence compiler complaints by casting void * to char * | Brandon Casey | 1 | -2/+2 |
2009-08-13 | block-sha1: more good unaligned memory access candidates | Nicolas Pitre | 1 | -1/+4 |
2009-08-12 | block-sha1: support for architectures with memory alignment restrictions | Nicolas Pitre | 1 | -2/+30 |
2009-08-12 | block-sha1: split the different "hacks" to be individually selected | Nicolas Pitre | 1 | -5/+18 |
2009-08-12 | block-sha1: move code around | Nicolas Pitre | 1 | -69/+60 |
2009-08-10 | block-sha1: improve code on large-register-set machines | Linus Torvalds | 1 | -1/+24 |
2009-08-07 | block-sha1: improved SHA1 hashing | Linus Torvalds | 1 | -3/+4 |
2009-08-07 | block-sha1: perform register rotation using cpp | Linus Torvalds | 1 | -27/+90 |
2009-08-06 | block-sha1: get rid of redundant 'lenW' context | Linus Torvalds | 2 | -11/+7 |
2009-08-06 | block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3 | Linus Torvalds | 1 | -1/+1 |
2009-08-06 | block-sha1: macroize the rounds a bit further | Linus Torvalds | 1 | -30/+26 |
2009-08-06 | block-sha1: re-use the temporary array as we calculate the SHA1 | Linus Torvalds | 1 | -12/+16 |
2009-08-06 | block-sha1: make the 'ntohl()' part of the first SHA1 loop | Linus Torvalds | 1 | -12/+16 |
2009-08-06 | block-sha1: minor fixups | Junio C Hamano | 1 | -2/+2 |
2009-08-06 | block-sha1: try to use rol/ror appropriately | Linus Torvalds | 1 | -10/+22 |
2009-08-06 | block-sha1: undo ctx->size change | Junio C Hamano | 1 | -3/+3 |
2009-08-05 | Add new optimized C 'block-sha1' routines | Linus Torvalds | 2 | -0/+166 |