aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace relative_performance with libhashsum_get_relative_performanceMattias Andrée7 days1-12/+18
* Add relative_performanceMattias Andrée8 days1-0/+12
* Add hash_excess_bitsMattias Andrée13 days1-1/+16
* Document standard_partial_byte_{in,out}put_encoding in man pages1.0Mattias Andrée2024-09-051-2/+2
* Add standard_partial_byte_input_encoding and standard_partial_byte_output_encodingMattias Andrée2024-09-051-0/+82
* Add libhashsum_init_blake2s_hasher.3 and libhashsum_init_blake2b_hasher.3Mattias Andrée2024-09-041-2/+2
* mMattias Andrée2024-09-041-2/+2
* Add support for BLAKE2 (but not tree-hashing)Mattias Andrée2024-09-011-1/+76
* 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