Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-01 | keccak: but squeeze code in common subroutine | Mattias Andrée | 1 | -26/+22 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-09-01 | Add tests for Keccak and fix squeeze support in finalise_const for Keccak | Mattias Andrée | 3 | -1/+258 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-09-01 | Add tests for SHAKE and RawSHAKE | Mattias Andrée | 9 | -13/+533 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-31 | More testing | Mattias Andrée | 6 | -10/+288 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-31 | Add support for extended hash + add support for output hash to custom buffer when supported | Mattias Andrée | 61 | -195/+1740 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-30 | Add more tests + m fixes | Mattias Andrée | 7 | -19/+708 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-30 | m + add man pages | Mattias Andrée | 53 | -233/+9915 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-28 | m + add support for z parameter for keccak | Mattias Andrée | 8 | -29/+57 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-27 | m misc | Mattias Andrée | 7 | -171/+250 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-24 | m fix | Mattias Andrée | 3 | -3/+3 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-24 | m | Mattias Andrée | 1 | -4/+4 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-24 | Add support for salt for BLAKE | Mattias Andrée | 10 | -57/+239 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-24 | Add BLAKE via libblake>=1.1 (this version introduced libblake_init()) | Mattias Andrée | 46 | -25/+1401 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
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 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-24 | Make it possible for libhashsum_state to grow in future versions | Mattias Andrée | 1 | -9/+16 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2024-08-24 | Additional error conditions for libhashsum_init_hasher and libhashsum_init_hasher_from_string | Mattias Andrée | 1 | -0/+15 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> |