aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-24Add libhashsum_init_hasher_from_string + mMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-24Make algorithms optionalMattias Andrée1-4/+49
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-24Standardise how to interpret a partial byteMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-24Fix makefileMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-23Fixes + add SHA2 support via libsha2Mattias Andrée1-2/+15
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-23Fixes + add SHA0 and SHA1 using libsha1Mattias Andrée1-4/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>