aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add BLAKE via libblake>=1.1 (this version introduced libblake_init())Mattias Andrée2024-08-241-3/+31
* Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy)Mattias Andrée2024-08-241-4/+48
* Add libhashsum_init_hasher_from_string + mMattias Andrée2024-08-241-0/+1
* Make algorithms optionalMattias Andrée2024-08-241-4/+49
* Standardise how to interpret a partial byteMattias Andrée2024-08-241-1/+2
* Fix makefileMattias Andrée2024-08-241-1/+1
* Fixes + add SHA2 support via libsha2Mattias Andrée2024-08-231-2/+15
* Fixes + add SHA0 and SHA1 using libsha1Mattias Andrée2024-08-231-4/+8
* First commitMattias Andrée2024-08-231-0/+103