Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-08-31 | Add support for extended hash + add support for output hash to custom buffer when supported | Mattias Andrée | 61 | -195/+1740 |
2024-08-30 | Add more tests + m fixes | Mattias Andrée | 7 | -19/+708 |
2024-08-30 | m + add man pages | Mattias Andrée | 53 | -233/+9915 |
2024-08-28 | m + add support for z parameter for keccak | Mattias Andrée | 8 | -29/+57 |
2024-08-27 | m misc | Mattias Andrée | 7 | -171/+250 |
2024-08-24 | m fix | Mattias Andrée | 3 | -3/+3 |
2024-08-24 | m | Mattias Andrée | 1 | -4/+4 |
2024-08-24 | Add support for salt for BLAKE | Mattias Andrée | 10 | -57/+239 |
2024-08-24 | Add BLAKE via libblake>=1.1 (this version introduced libblake_init()) | Mattias Andrée | 46 | -25/+1401 |
2024-08-24 | Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy) | Mattias Andrée | 52 | -33/+1750 |
2024-08-24 | Make it possible for libhashsum_state to grow in future versions | Mattias Andrée | 1 | -9/+16 |
2024-08-24 | Additional error conditions for libhashsum_init_hasher and libhashsum_init_hasher_from_string | Mattias Andrée | 1 | -0/+15 |