aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-04Fix and test BLAKE2 supportMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-09-01Move test files into t/Mattias Andrée1-39/+40
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-09-01Add support for BLAKE2 (but not tree-hashing)Mattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-09-01Add tests for Keccak and fix squeeze support in finalise_const for KeccakMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-09-01Add tests for SHAKE and RawSHAKEMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-30Add more tests + m fixesMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-30m + add man pagesMattias Andrée1-4/+26
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-27m miscMattias Andrée1-78/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
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>