aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-24Add BLAKE via libblake>=1.1 (this version introduced libblake_init())Mattias Andrée1-3/+31
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-24Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy)Mattias Andrée1-4/+48
Signed-off-by: Mattias Andrée <maandree@kth.se>
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>