aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum_init_ripemd_128_hasher.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Standardise how to interpret a partial byteMattias Andrée2024-08-241-2/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fixes + add SHA0 and SHA1 using libsha1Mattias Andrée2024-08-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2024-08-231-0/+224
Signed-off-by: Mattias Andrée <maandree@kth.se>