aboutsummaryrefslogtreecommitdiffstats
path: root/mk/sha1=no.mk (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-24Add libhashsum_init_hasher_from_string + mMattias Andrée5-16/+97
2024-08-24Add libhashsum_hasher.algorithm_stringMattias Andrée12-0/+34
2024-08-24Make algorithms optionalMattias Andrée48-65/+416
2024-08-24Test partial byte support in SHA1 and SHA-224Mattias Andrée5-5/+27
2024-08-24Standardise how to interpret a partial byteMattias Andrée10-12/+68
2024-08-24Fix makefileMattias Andrée1-1/+1
2024-08-24Disable the massive testsMattias Andrée5-16/+40
2024-08-24Document when things were introducedMattias Andrée1-3/+90
2024-08-23Silence some clang warningsMattias Andrée1-1/+8
2024-08-23Fixes + add SHA2 support via libsha2Mattias Andrée20-32/+518
2024-08-23Fixes + add SHA0 and SHA1 using libsha1Mattias Andrée16-25/+260