aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add libhashsum_init_keccak_hasher2Mattias Andrée6 days1-0/+1
* Replace relative_performance with libhashsum_get_relative_performanceMattias Andrée6 days1-0/+1
* Add hash_excess_bitsMattias Andrée12 days1-1/+1
* Fix and test BLAKE2 supportMattias Andrée2024-09-041-0/+2
* Move test files into t/Mattias Andrée2024-09-011-39/+40
* Add support for BLAKE2 (but not tree-hashing)Mattias Andrée2024-09-011-1/+3
* Add tests for Keccak and fix squeeze support in finalise_const for KeccakMattias Andrée2024-09-011-0/+1
* Add tests for SHAKE and RawSHAKEMattias Andrée2024-09-011-0/+6
* Add more tests + m fixesMattias Andrée2024-08-301-1/+2
* m + add man pagesMattias Andrée2024-08-301-4/+26
* m miscMattias Andrée2024-08-271-78/+4
* 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