summaryrefslogtreecommitdiff
path: root/src/hash/sha1
Commit message (Expand)AuthorAgeFilesLines
* hash: hash functions operate on byte arrays not git_oidsEdward Thomson2021-10-026-16/+16
* Fix coding style for pointerpunkymaniac2021-09-091-8/+8
* sha1dc: remove conditional for <sys/types.h>Peter Pettersson2021-08-181-2/+0
* Initial pass at using int64_t instead of long longCalvin Buckley2021-07-061-1/+1
* hash: use GIT_ASSERTEdward Thomson2020-11-275-30/+33
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-2/+3
* sha1: win32: fix compilation due to unknown typePatrick Steinhardt2019-07-181-1/+1
* hash: move SHA1 implementations to its own hashing contextPatrick Steinhardt2019-06-2412-62/+58
* hash: split into generic and SHA1-specific interfacePatrick Steinhardt2019-06-246-43/+43
* hash: move SHA1 implementations into 'sha1/' folderPatrick Steinhardt2019-06-2416-0/+3511