Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-08-24 | Add libhashsum_init_hasher_from_string + m | Mattias Andrée | 5 | -16/+97 |
2024-08-24 | Add libhashsum_hasher.algorithm_string | Mattias Andrée | 12 | -0/+34 |
2024-08-24 | Make algorithms optional | Mattias Andrée | 48 | -65/+416 |
2024-08-24 | Test partial byte support in SHA1 and SHA-224 | Mattias Andrée | 5 | -5/+27 |
2024-08-24 | Standardise how to interpret a partial byte | Mattias Andrée | 10 | -12/+68 |
2024-08-24 | Fix makefile | Mattias Andrée | 1 | -1/+1 |
2024-08-24 | Disable the massive tests | Mattias Andrée | 5 | -16/+40 |
2024-08-24 | Document when things were introduced | Mattias Andrée | 1 | -3/+90 |
2024-08-23 | Silence some clang warnings | Mattias Andrée | 1 | -1/+8 |
2024-08-23 | Fixes + add SHA2 support via libsha2 | Mattias Andrée | 20 | -32/+518 |
2024-08-23 | Fixes + add SHA0 and SHA1 using libsha1 | Mattias Andrée | 16 | -25/+260 |