aboutsummaryrefslogtreecommitdiffstats
path: root/libblake_internal_blake2xb_init0.c (unfollow)
Commit message (Collapse)AuthorFilesLines
7 daysFix undefined behaviour3.0.2Mattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
7 daysFix alignment issues found by gcc santizer, and aliasing issueMattias Andrée1-16/+32
Signed-off-by: Mattias Andrée <m@maandree.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-41/+71
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-0/+62
Signed-off-by: Mattias Andrée <maandree@kth.se>