aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-20Fix libblake_blake2xb_force_update and add tests for BLAKE2XMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-20Move KAT files into kat/ and remove kat- prefixMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-20Add coverage testMattias Andrée1-3/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-20Bump version3.0Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-20Add more tests for BLAKE2b and BLAKE2s and update init functions (breaks API; were broken for keyed mode with zero-length message)Mattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-19Fix linking for Mac OSMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-21Initial work on optimising compression function; mm128 version is slower, mm256 version is barely fasterMattias Andrée1-1/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-19Optimisation for amd64Mattias Andrée1-1/+1
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-13Add *_force_update for BLAKE2[X] (intended for parallel hashing)Mattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-08Add BLAKE2XMattias Andrée1-2/+18
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-07Add BLAKE2b and BLAKE2s + add salt support to BLAKE + mMattias Andrée1-1/+18
Signed-off-by: Mattias Andrée <maandree@kth.se>