aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum_init_md4_hasher.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace relative_performance with libhashsum_get_relative_performanceMattias Andrée6 days1-1/+0
* Add relative_performanceMattias Andrée7 days1-0/+1
* Add hash_excess_bitsMattias Andrée12 days1-0/+1
* Add standard_partial_byte_input_encoding and standard_partial_byte_output_encodingMattias Andrée13 days1-0/+2
* Add support for extended hash + add support for output hash to custom buffer when supportedMattias Andrée2024-08-311-5/+8
* Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy)Mattias Andrée2024-08-241-0/+1
* Add libhashsum_hasher.algorithm_stringMattias Andrée2024-08-241-0/+1
* Make algorithms optionalMattias Andrée2024-08-241-0/+12
* Standardise how to interpret a partial byteMattias Andrée2024-08-241-2/+6
* Fixes + add SHA0 and SHA1 using libsha1Mattias Andrée2024-08-231-1/+1
* First commitMattias Andrée2024-08-231-0/+188