aboutsummaryrefslogtreecommitdiffstats
path: root/libblake_init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libblake_init: return before locking if already initialised (check-lock-check)Mattias Andrée2022-02-171-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2022-02-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Initial work on optimising compression function; mm128 version is slower, mm256 version is barely fasterMattias Andrée2022-01-211-0/+27
Signed-off-by: Mattias Andrée <maandree@kth.se>