aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum_init_sha1_hasher.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace relative_performance with libhashsum_get_relative_performanceMattias Andrée7 days1-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add relative_performanceMattias Andrée8 days1-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add hash_excess_bitsMattias Andrée13 days1-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add standard_partial_byte_input_encoding and standard_partial_byte_output_encodingMattias Andrée14 days1-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for extended hash + add support for output hash to custom buffer when supportedMattias Andrée2024-08-311-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy)Mattias Andrée2024-08-241-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libhashsum_hasher.algorithm_stringMattias Andrée2024-08-241-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Make algorithms optionalMattias Andrée2024-08-241-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Test partial byte support in SHA1 and SHA-224Mattias Andrée2024-08-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fixes + add SHA2 support via libsha2Mattias Andrée2024-08-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fixes + add SHA0 and SHA1 using libsha1Mattias Andrée2024-08-231-0/+69
Signed-off-by: Mattias Andrée <maandree@kth.se>