aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
7 daysFix clang-sanitizer complaints on test codeMattias Andrée1-2/+8
Signed-off-by: Mattias Andrée <m@maandree.se>
2026-02-22fix doc textMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
2022-02-20mMattias Andrée1-4/+2
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-2/+4
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/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-07Add BLAKE2b and BLAKE2s + add salt support to BLAKE + mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>