aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix libblake_blake2xb_force_update and add tests for BLAKE2XMattias Andrée2022-02-201-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Move KAT files into kat/ and remove kat- prefixMattias Andrée2022-02-201-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add coverage testMattias Andrée2022-02-201-3/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Bump version3.0Mattias Andrée2022-02-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more tests for BLAKE2b and BLAKE2s and update init functions (breaks API; were broken for keyed mode with zero-length message)Mattias Andrée2022-02-201-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix linking for Mac OSMattias Andrée2022-02-191-0/+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-1/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimisation for amd64Mattias Andrée2022-01-191-1/+1
| | | | | | | | 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/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add BLAKE2XMattias Andrée2022-01-081-2/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add BLAKE2b and BLAKE2s + add salt support to BLAKE + mMattias Andrée2022-01-071-1/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2022-01-051-0/+98
Signed-off-by: Mattias Andrée <maandree@kth.se>