aboutsummaryrefslogtreecommitdiffstats
path: root/digest.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-24Bug and warning fix1.1.1Mattias Andrée2-2/+4
2022-07-08Fix last commit1.1Mattias Andrée1-1/+1
2022-07-08Update to C11Mattias Andrée2-2/+2
2022-07-08Check support for extensionsMattias Andrée1-3/+39
2022-07-08mMattias Andrée1-1/+2
2022-07-08Fix warningsMattias Andrée1-83/+85
2022-07-08Add code using SHA intrinsicsMattias Andrée5-68/+254
2022-07-07mMattias Andrée1-1/+0
2022-07-07Bump yearMattias Andrée1-1/+1
2022-07-07mMattias Andrée2-2/+2
2022-07-07mMattias Andrée1-1/+1
2022-07-07Use uint_least32_t instead of uint32_tMattias Andrée4-24/+36
2022-07-07Don't marshal wMattias Andrée2-14/+7
2022-07-07Remove documentation from .c files that already exist in .h filesMattias Andrée17-131/+0
2022-07-07Inline some output size functionsMattias Andrée4-34/+36
2022-07-07Use malloc by default but allow bounded allocaMattias Andrée4-1/+45
2022-07-07Add coverage testMattias Andrée3-1/+16
2022-07-07Add libsha1.7Mattias Andrée2-0/+31
2022-07-07m whitespaceMattias Andrée1-0/+3
2022-07-07mMattias Andrée1-1/+1
2022-02-19Fix makefileMattias Andrée1-1/+1
2022-02-19install_name_tool does not support --Mattias Andrée1-1/+1
2022-02-19Improve makefileMattias Andrée5-10/+25
2022-02-19Update readmeMattias Andrée1-1/+1
2021-09-16Improve makefile1.0.1Mattias Andrée2-11/+12
2019-07-28mMattias Andrée1-1/+2
2019-02-10Implement SHA-0 and remove .chunk_size1.0Mattias Andrée12-106/+53