aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add todoMattias Andrée2022-02-201-0/+2
* Fix libblake_blake2xb_force_update and add tests for BLAKE2XMattias Andrée2022-02-201-3/+135
* Move KAT files into kat/ and remove kat- prefixMattias Andrée2022-02-201-2/+2
* Add todosMattias Andrée2022-02-201-0/+3
* Add coverage testMattias Andrée2022-02-201-27/+31
* 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-121/+274
* Initial work on optimising compression function; mm128 version is slower, mm256 version is barely fasterMattias Andrée2022-01-211-0/+2
* Fix memory corruption bug in test.c and simplify message byte-length calculationMattias Andrée2022-01-211-2/+2
* Fix warningsMattias Andrée2022-01-191-4/+4
* Add todos about more tests being neededMattias Andrée2022-01-191-0/+4
* Add last_node parameter to libblake_blake2[sb]_digestMattias Andrée2022-01-081-2/+2
* Add BLAKE2b and BLAKE2s + add salt support to BLAKE + mMattias Andrée2022-01-071-2/+144
* libblake_decode_hex: verify inputMattias Andrée2022-01-061-4/+5
* First commitMattias Andrée2022-01-051-0/+356