Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add BLAKE via libblake>=1.1 (this version introduced libblake_init()) | Mattias Andrée | 2024-08-24 | 1 | -3/+31 |
* | Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy) | Mattias Andrée | 2024-08-24 | 1 | -4/+48 |
* | Add libhashsum_init_hasher_from_string + m | Mattias Andrée | 2024-08-24 | 1 | -0/+1 |
* | Make algorithms optional | Mattias Andrée | 2024-08-24 | 1 | -4/+49 |
* | Standardise how to interpret a partial byte | Mattias Andrée | 2024-08-24 | 1 | -1/+2 |
* | Fix makefile | Mattias Andrée | 2024-08-24 | 1 | -1/+1 |
* | Fixes + add SHA2 support via libsha2 | Mattias Andrée | 2024-08-23 | 1 | -2/+15 |
* | Fixes + add SHA0 and SHA1 using libsha1 | Mattias Andrée | 2024-08-23 | 1 | -4/+8 |
* | First commit | Mattias Andrée | 2024-08-23 | 1 | -0/+103 |