]> rtime.felk.cvut.cz Git - git.git/history - block-sha1/sha1.c
block-sha1: more good unaligned memory access candidates
[git.git] / block-sha1 / sha1.c
2009-08-13 Nicolas Pitreblock-sha1: more good unaligned memory access candidates
2009-08-12 Nicolas Pitreblock-sha1: support for architectures with memory align...
2009-08-12 Nicolas Pitreblock-sha1: split the different "hacks" to be individua...
2009-08-12 Nicolas Pitreblock-sha1: move code around
2009-08-11 Linus Torvaldsblock-sha1: improve code on large-register-set machines
2009-08-08 Linus Torvaldsblock-sha1: improved SHA1 hashing
2009-08-08 Linus Torvaldsblock-sha1: perform register rotation using cpp
2009-08-06 Linus Torvaldsblock-sha1: get rid of redundant 'lenW' context
2009-08-06 Linus Torvaldsblock-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C...
2009-08-06 Linus Torvaldsblock-sha1: macroize the rounds a bit further
2009-08-06 Linus Torvaldsblock-sha1: re-use the temporary array as we calculate...
2009-08-06 Linus Torvaldsblock-sha1: make the 'ntohl()' part of the first SHA1...
2009-08-06 Junio C Hamanoblock-sha1: minor fixups
2009-08-06 Linus Torvaldsblock-sha1: try to use rol/ror appropriately
2009-08-06 Junio C Hamanoblock-sha1: undo ctx->size change
2009-08-06 Linus TorvaldsAdd new optimized C 'block-sha1' routines