aboutsummaryrefslogtreecommitdiffstats
path: root/mk/rawshake=no.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-24Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy)Mattias Andrée1-0/+0
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>