summaryrefslogtreecommitdiff
path: root/src/hash/sha1/generic.c
Commit message (Expand)AuthorAgeFilesLines
* hash: hash functions operate on byte arrays not git_oidsEdward Thomson2021-10-021-2/+2
* hash: move SHA1 implementations to its own hashing contextPatrick Steinhardt2019-06-241-8/+8
* hash: split into generic and SHA1-specific interfacePatrick Steinhardt2019-06-241-7/+7
* hash: move SHA1 implementations into 'sha1/' folderPatrick Steinhardt2019-06-241-0/+300