aboutsummaryrefslogtreecommitdiffstats
path: root/ripemd-256.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-24Add BLAKE via libblake>=1.1 (this version introduced libblake_init())Mattias Andrée46-25/+1401
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ée52-33/+1750
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-24Make it possible for libhashsum_state to grow in future versionsMattias Andrée1-9/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-24Additional error conditions for libhashsum_init_hasher and libhashsum_init_hasher_from_stringMattias Andrée1-0/+15
Signed-off-by: Mattias Andrée <maandree@kth.se>