Sign in
googlers
/
jrn
/
git
/
8d79589ad61132e038dd7312ab018c6d6518ead7
/
block-sha1
3bc72fd
sha1: provide another level of indirection for the SHA-1 functions
by Atousa Pahlevan Duprat
· 9 years ago
0f9e62e
Merge branch 'jk/pack-bitmap'
by Junio C Hamano
· 11 years ago
802b123
block-sha1: factor out get_be and put_be wrappers
by Jeff King
· 11 years ago
6b2dd0e
block-sha1/sha1.c: have SP around arithmetic operators
by Junio C Hamano
· 11 years ago
ebcfa44
Merge branch 'jn/block-sha1'
by Junio C Hamano
· 13 years ago
23119ff
block-sha1: put expanded macro parameters in parentheses
by Jonathan Nieder
· 13 years ago
5f6a112
block-sha1: avoid pointer conversion that violates alignment constraints
by Jonathan Nieder
· 13 years ago
078e9bc
msvc: Select the "fast" definition of the {get,put}_be32() macros
by Ramsay Jones
· 15 years ago
9eafa12
msvc: Fix some compiler warnings
by Ramsay Jones
· 15 years ago
30ae47b
remove ARM and Mozilla SHA1 implementations
by Nicolas Pitre
· 16 years ago
e9c5dcd
block-sha1: guard gcc extensions with __GNUC__
by Nicolas Pitre
· 16 years ago
51ea551
make sure byte swapping is optimal for git
by Nicolas Pitre
· 16 years ago
d5f6a96
block-sha1: make the size member first in the context struct
by Nicolas Pitre
· 16 years ago
a122185
block-sha1/sha1.c: silence compiler complaints by casting void * to char *
by Brandon Casey
· 16 years ago
ee7dc31
block-sha1: more good unaligned memory access candidates
by Nicolas Pitre
· 16 years ago
660231a
block-sha1: support for architectures with memory alignment restrictions
by Nicolas Pitre
· 16 years ago
dc52fd2
block-sha1: split the different "hacks" to be individually selected
by Nicolas Pitre
· 16 years ago
30ba0de
block-sha1: move code around
by Nicolas Pitre
· 16 years ago
926172c
block-sha1: improve code on large-register-set machines
by Linus Torvalds
· 16 years ago
66c9c6c
block-sha1: improved SHA1 hashing
by Linus Torvalds
· 16 years ago
30d12d4
block-sha1: perform register rotation using cpp
by Linus Torvalds
· 16 years ago
5d5210c
block-sha1: get rid of redundant 'lenW' context
by Linus Torvalds
· 16 years ago
e869e11
block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3
by Linus Torvalds
· 16 years ago
ab14c82
block-sha1: macroize the rounds a bit further
by Linus Torvalds
· 16 years ago
7b5075f
block-sha1: re-use the temporary array as we calculate the SHA1
by Linus Torvalds
· 16 years ago
139e345
block-sha1: make the 'ntohl()' part of the first SHA1 loop
by Linus Torvalds
· 16 years ago
fd536d3
block-sha1: minor fixups
by Junio C Hamano
· 16 years ago
b8e48a8
block-sha1: try to use rol/ror appropriately
by Linus Torvalds
· 16 years ago
b26a9d5
block-sha1: undo ctx->size change
by Junio C Hamano
· 16 years ago
d7c208a
Add new optimized C 'block-sha1' routines
by Linus Torvalds
· 16 years ago