Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix libblake_blake2xb_force_update and add tests for BLAKE2X | Mattias Andrée | 2022-02-20 | 5 | -5/+4233 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add KAT files for BLAKE2[bs]p (which have not been implemented yet) | Mattias Andrée | 2022-02-20 | 2 | -0/+4094 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Move KAT files into kat/ and remove kat- prefix | Mattias Andrée | 2022-02-20 | 4 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m readme | Mattias Andrée | 2022-02-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add todos | Mattias Andrée | 2022-02-20 | 1 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add coverage test | Mattias Andrée | 2022-02-20 | 3 | -30/+53 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2022-02-20 | 1 | -4/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Bump version3.0 | Mattias Andrée | 2022-02-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add a warning that the API for BLAKE2X is a draft | Mattias Andrée | 2022-02-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add warning that BLAKE2X has not been finalised | Mattias Andrée | 2022-02-20 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update init for BLAKE2Xb and BLAKE2Xs according to previous commmit | Mattias Andrée | 2022-02-20 | 3 | -32/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add more tests for BLAKE2b and BLAKE2s and update init functions (breaks API; were broken for keyed mode with zero-length message) | Mattias Andrée | 2022-02-20 | 8 | -156/+4418 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Documentation | Mattias Andrée | 2022-02-20 | 1 | -32/+224 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix linking for Mac OS | Mattias Andrée | 2022-02-19 | 4 | -1/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m doc fix | Mattias Andrée | 2022-02-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add documentation1.1 | Mattias Andrée | 2022-02-19 | 1 | -24/+428 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add missing UNLIKELY | Mattias Andrée | 2022-02-19 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix initial t[0] for keyed BLAKE2Xs | Mattias Andrée | 2022-02-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix initial t[0] for keyed BLAKE2s | Mattias Andrée | 2022-02-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add document BLAKE functions and make two functions inline | Mattias Andrée | 2022-02-19 | 5 | -29/+288 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add some documentation, add const, and make some functions inline | Mattias Andrée | 2022-02-19 | 9 | -80/+257 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Properly group code in libblake.h | Mattias Andrée | 2022-02-19 | 1 | -31/+54 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add readme | Mattias Andrée | 2022-02-19 | 1 | -0/+13 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | libblake_init: return before locking if already initialised (check-lock-check) | Mattias Andrée | 2022-02-17 | 1 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix typo | Mattias Andrée | 2022-02-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Initial work on optimising compression function; mm128 version is slower, mm256 version is barely faster | Mattias Andrée | 2022-01-21 | 10 | -2/+330 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix memory corruption bug in test.c and simplify message byte-length calculation | Mattias Andrée | 2022-01-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix warnings | Mattias Andrée | 2022-01-19 | 9 | -38/+83 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add todos about more tests being needed | Mattias Andrée | 2022-01-19 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Optimisation for amd64 | Mattias Andrée | 2022-01-19 | 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> | ||||
* | Improve portability | Mattias Andrée | 2022-01-18 | 2 | -67/+85 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix libblake_blake2[sn]_digest_get_required_input_size for 0 input1.0 | Mattias Andrée | 2022-01-16 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add *_force_update for BLAKE2[X] (intended for parallel hashing) | Mattias Andrée | 2022-01-13 | 6 | -0/+58 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add BLAKE2X | Mattias Andrée | 2022-01-08 | 25 | -124/+428 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add last_node parameter to libblake_blake2[sb]_digest | Mattias Andrée | 2022-01-08 | 4 | -6/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2022-01-07 | 1 | -10/+10 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add BLAKE2b and BLAKE2s + add salt support to BLAKE + m | Mattias Andrée | 2022-01-07 | 25 | -84/+900 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | libblake_decode_hex: verify input | Mattias Andrée | 2022-01-06 | 3 | -6/+15 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | First commit | Mattias Andrée | 2022-01-05 | 32 | -0/+1245 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |