summaryrefslogtreecommitdiff
path: root/block-sha1
AgeCommit message (Expand)Author
2015-11-05sha1: provide another level of indirection for the SHA-1 functionsAtousa Pahlevan Duprat
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-01-23block-sha1: factor out get_be and put_be wrappersJeff King
2013-10-16block-sha1/sha1.c: have SP around arithmetic operatorsJunio C Hamano
2012-07-24Merge branch 'jn/block-sha1'Junio C Hamano
2012-07-23block-sha1: put expanded macro parameters in parenthesesJonathan Nieder
2012-07-23block-sha1: avoid pointer conversion that violates alignment constraintsJonathan Nieder
2010-06-28msvc: Select the "fast" definition of the {get,put}_be32() macrosRamsay Jones
2010-06-25msvc: Fix some compiler warningsRamsay Jones
2009-08-18remove ARM and Mozilla SHA1 implementationsNicolas Pitre
2009-08-18block-sha1: guard gcc extensions with __GNUC__Nicolas Pitre
2009-08-18make sure byte swapping is optimal for gitNicolas Pitre
2009-08-18block-sha1: make the size member first in the context structNicolas Pitre
2009-08-15block-sha1/sha1.c: silence compiler complaints by casting void * to char *Brandon Casey
2009-08-13block-sha1: more good unaligned memory access candidatesNicolas Pitre
2009-08-12block-sha1: support for architectures with memory alignment restrictionsNicolas Pitre
2009-08-12block-sha1: split the different "hacks" to be individually selectedNicolas Pitre
2009-08-12block-sha1: move code aroundNicolas Pitre
2009-08-11block-sha1: improve code on large-register-set machinesLinus Torvalds
2009-08-08block-sha1: improved SHA1 hashingLinus Torvalds
2009-08-08block-sha1: perform register rotation using cppLinus Torvalds
2009-08-06block-sha1: get rid of redundant 'lenW' contextLinus Torvalds
2009-08-06block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3Linus Torvalds
2009-08-06block-sha1: macroize the rounds a bit furtherLinus Torvalds
2009-08-06block-sha1: re-use the temporary array as we calculate the SHA1Linus Torvalds
2009-08-06block-sha1: make the 'ntohl()' part of the first SHA1 loopLinus Torvalds
2009-08-06block-sha1: minor fixupsJunio C Hamano
2009-08-06block-sha1: try to use rol/ror appropriatelyLinus Torvalds
2009-08-06block-sha1: undo ctx->size changeJunio C Hamano
2009-08-06Add new optimized C 'block-sha1' routinesLinus Torvalds