aboutsummaryrefslogtreecommitdiffstats
path: root/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-07Use uint_least32_t instead of uint32_tMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Remove documentation from .c files that already exist in .h filesMattias Andrée1-7/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-07-28mMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Implement SHA-0 and remove .chunk_size1.0Mattias Andrée1-13/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>