aboutsummaryrefslogtreecommitdiffstats
path: root/libblake_blake2b_init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
7 daysFix undefined behaviour3.0.2Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <m@maandree.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-6/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-19Fix warningsMattias Andrée1-7/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-19Optimisation for amd64Mattias Andrée1-40/+70
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-08Add BLAKE2XMattias Andrée1-19/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-07Add BLAKE2b and BLAKE2s + add salt support to BLAKE + mMattias Andrée1-0/+83
Signed-off-by: Mattias Andrée <maandree@kth.se>