Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | block-sha1: get rid of redundant 'lenW' context | Linus Torvalds | 2009-08-06 | 2 | -11/+7 |
* | block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3 | Linus Torvalds | 2009-08-06 | 1 | -1/+1 |
* | block-sha1: macroize the rounds a bit further | Linus Torvalds | 2009-08-06 | 1 | -30/+26 |
* | block-sha1: re-use the temporary array as we calculate the SHA1 | Linus Torvalds | 2009-08-06 | 1 | -12/+16 |
* | block-sha1: make the 'ntohl()' part of the first SHA1 loop | Linus Torvalds | 2009-08-06 | 1 | -12/+16 |
* | block-sha1: minor fixups | Junio C Hamano | 2009-08-06 | 1 | -2/+2 |
* | block-sha1: try to use rol/ror appropriately | Linus Torvalds | 2009-08-06 | 1 | -10/+22 |
* | block-sha1: undo ctx->size change | Junio C Hamano | 2009-08-06 | 1 | -3/+3 |
* | Add new optimized C 'block-sha1' routines | Linus Torvalds | 2009-08-05 | 2 | -0/+166 |