summaryrefslogtreecommitdiff
path: root/block-sha1
Commit message (Expand)AuthorAgeFilesLines
* block-sha1: get rid of redundant 'lenW' contextLinus Torvalds2009-08-062-11/+7
* block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3Linus Torvalds2009-08-061-1/+1
* block-sha1: macroize the rounds a bit furtherLinus Torvalds2009-08-061-30/+26
* block-sha1: re-use the temporary array as we calculate the SHA1Linus Torvalds2009-08-061-12/+16
* block-sha1: make the 'ntohl()' part of the first SHA1 loopLinus Torvalds2009-08-061-12/+16
* block-sha1: minor fixupsJunio C Hamano2009-08-061-2/+2
* block-sha1: try to use rol/ror appropriatelyLinus Torvalds2009-08-061-10/+22
* block-sha1: undo ctx->size changeJunio C Hamano2009-08-061-3/+3
* Add new optimized C 'block-sha1' routinesLinus Torvalds2009-08-052-0/+166