๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.52.0-rc1
/
block-sha1
tag
f95a0c05a4928f989157cdb6457fcb7662b0ad51
tagger
Junio C Hamano <gitster@pobox.com>
Wed Nov 05 21:50:37 2025
object
77b7284ccab768981a2cd08b6b2f164d91201e18
Git 2.52-rc1
4c61a1d
sha1: do not redefine `platform_SHA_CTX` and friends
by Taylor Blau
ยท 1 year, 3 months ago
9dc523a
Makefile + hash.h: remove PPC_SHA1 implementation
by รvar Arnfjรถrรฐ Bjarmason
ยท 3 years, 3 months ago
544d93b
block-sha1: remove use of obsolete x86 assembly
by brian m. carlson
ยท 3 years, 9 months ago
3d8cbbf
block-sha1: drop trailing semicolon from macro definition
by Renรฉ Scharfe
ยท 4 years, 9 months ago
9bb4542
block-sha1: take a size_t length parameter
by Jeff King
ยท 5 years ago
3bc72fd
sha1: provide another level of indirection for the SHA-1 functions
by Atousa Pahlevan Duprat
ยท 10 years ago
0f9e62e
Merge branch 'jk/pack-bitmap'
by Junio C Hamano
ยท 12 years ago
802b123
block-sha1: factor out get_be and put_be wrappers
by Jeff King
ยท 12 years ago
6b2dd0e
block-sha1/sha1.c: have SP around arithmetic operators
by Junio C Hamano
ยท 12 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