aboutsummaryrefslogtreecommitdiffstats
path: root/libblake_blake2s_digest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimisation for amd64Mattias Andrée2022-01-191-2/+5
| | | | | | | | 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 BLAKE2XMattias Andrée2022-01-081-24/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add last_node parameter to libblake_blake2[sb]_digestMattias Andrée2022-01-081-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add BLAKE2b and BLAKE2s + add salt support to BLAKE + mMattias Andrée2022-01-071-0/+47
Signed-off-by: Mattias Andrée <maandree@kth.se>