Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-17 | Fix typo | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-21 | Initial work on optimising compression function; mm128 version is slower, mm256 version is barely faster | Mattias Andrée | 10 | -2/+330 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-21 | Fix memory corruption bug in test.c and simplify message byte-length calculation | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-19 | Fix warnings | Mattias Andrée | 9 | -38/+83 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-19 | Add todos about more tests being needed | Mattias Andrée | 1 | -0/+4 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-19 | Optimisation for amd64 | Mattias Andrée | 16 | -143/+406 | |
Increased major number as the ABI was broken by insertion of padding into the BLAKE2 parameter structures (except for BLAKE2Xs) Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-18 | Improve portability | Mattias Andrée | 2 | -67/+85 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-16 | Fix libblake_blake2[sn]_digest_get_required_input_size for 0 input1.0 | Mattias Andrée | 2 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-13 | Add *_force_update for BLAKE2[X] (intended for parallel hashing) | Mattias Andrée | 6 | -0/+58 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-08 | Add BLAKE2X | Mattias Andrée | 25 | -124/+428 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-08 | Add last_node parameter to libblake_blake2[sb]_digest | Mattias Andrée | 4 | -6/+12 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-07 | m | Mattias Andrée | 1 | -10/+10 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-07 | Add BLAKE2b and BLAKE2s + add salt support to BLAKE + m | Mattias Andrée | 25 | -84/+900 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2022-01-06 | libblake_decode_hex: verify input | Mattias Andrée | 3 | -6/+15 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> |