aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add tests for SHAKE and RawSHAKEMattias Andrée2024-09-011-12/+12
* Add support for extended hash + add support for output hash to custom buffer when supportedMattias Andrée2024-08-311-1/+47
* Add more tests + m fixesMattias Andrée2024-08-301-6/+6
* m + add man pagesMattias Andrée2024-08-301-211/+56
* m + add support for z parameter for keccakMattias Andrée2024-08-281-4/+7
* m miscMattias Andrée2024-08-271-2/+27
* mMattias Andrée2024-08-241-4/+4
* Add support for salt for BLAKEMattias Andrée2024-08-241-14/+30
* Add BLAKE via libblake>=1.1 (this version introduced libblake_init())Mattias Andrée2024-08-241-4/+165
* Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy)Mattias Andrée2024-08-241-19/+466
* Make it possible for libhashsum_state to grow in future versionsMattias Andrée2024-08-241-9/+16
* Additional error conditions for libhashsum_init_hasher and libhashsum_init_hasher_from_stringMattias Andrée2024-08-241-0/+15
* Add libhashsum_init_hasher_from_string + mMattias Andrée2024-08-241-0/+18
* Add libhashsum_hasher.algorithm_stringMattias Andrée2024-08-241-0/+11
* Make algorithms optionalMattias Andrée2024-08-241-16/+18
* Standardise how to interpret a partial byteMattias Andrée2024-08-241-0/+14
* Document when things were introducedMattias Andrée2024-08-241-3/+90
* Fixes + add SHA2 support via libsha2Mattias Andrée2024-08-231-27/+158
* Fixes + add SHA0 and SHA1 using libsha1Mattias Andrée2024-08-231-13/+59
* First commitMattias Andrée2024-08-231-0/+344