aboutsummaryrefslogtreecommitdiffstats
path: root/libblake_blake2b_force_update.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimisation for amd64Mattias Andrée2022-01-191-1/+23
| | | | | | | | 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>
* Add *_force_update for BLAKE2[X] (intended for parallel hashing)Mattias Andrée2022-01-131-0/+19
Signed-off-by: Mattias Andrée <maandree@kth.se>