aboutsummaryrefslogtreecommitdiffstats
path: root/digest.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-24Bug and warning fix1.1.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-08Add code using SHA intrinsicsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Remove documentation from .c files that already exist in .h filesMattias Andrée1-8/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Implement SHA-0 and remove .chunk_size1.0Mattias Andrée1-12/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>