23 Commits (48f36dcd7320d27a840e89fc2aa7ab11716951c6)

Author SHA1 Message Date
Ramsay Jones 078e9bce1e msvc: Select the "fast" definition of the {get,put}_be32() macros 15 years ago
Ramsay Jones 9eafa1201b msvc: Fix some compiler warnings 15 years ago
Nicolas Pitre 30ae47b4cc remove ARM and Mozilla SHA1 implementations 15 years ago
Nicolas Pitre e9c5dcd131 block-sha1: guard gcc extensions with __GNUC__ 15 years ago
Nicolas Pitre 51ea55190b make sure byte swapping is optimal for git 15 years ago
Nicolas Pitre d5f6a96fa4 block-sha1: make the size member first in the context struct 15 years ago
Brandon Casey a12218572f block-sha1/sha1.c: silence compiler complaints by casting void * to char * 15 years ago
Nicolas Pitre ee7dc310af block-sha1: more good unaligned memory access candidates 15 years ago
Nicolas Pitre 660231aa97 block-sha1: support for architectures with memory alignment restrictions 15 years ago
Nicolas Pitre dc52fd2973 block-sha1: split the different "hacks" to be individually selected 15 years ago
Nicolas Pitre 30ba0de726 block-sha1: move code around 15 years ago
Linus Torvalds 926172c5e4 block-sha1: improve code on large-register-set machines 15 years ago
Linus Torvalds 66c9c6c0fb block-sha1: improved SHA1 hashing 15 years ago
Linus Torvalds 30d12d4c16 block-sha1: perform register rotation using cpp 15 years ago
Linus Torvalds 5d5210c35a block-sha1: get rid of redundant 'lenW' context 15 years ago
Linus Torvalds e869e113c8 block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3 15 years ago
Linus Torvalds ab14c823df block-sha1: macroize the rounds a bit further 15 years ago
Linus Torvalds 7b5075fcfb block-sha1: re-use the temporary array as we calculate the SHA1 15 years ago
Linus Torvalds 139e3456ec block-sha1: make the 'ntohl()' part of the first SHA1 loop 15 years ago
Junio C Hamano fd536d3439 block-sha1: minor fixups 15 years ago
Linus Torvalds b8e48a89b8 block-sha1: try to use rol/ror appropriately 15 years ago
Junio C Hamano b26a9d5089 block-sha1: undo ctx->size change 15 years ago
Linus Torvalds d7c208a92e Add new optimized C 'block-sha1' routines 15 years ago