aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-20add todoMattias Andrée1-0/+2
2022-02-20Fix libblake_blake2xb_force_update and add tests for BLAKE2XMattias Andrée1-3/+135
2022-02-20Move KAT files into kat/ and remove kat- prefixMattias Andrée1-2/+2
2022-02-20Add todosMattias Andrée1-0/+3
2022-02-20Add coverage testMattias Andrée1-27/+31
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-118/+271
2022-01-21Initial work on optimising compression function; mm128 version is slower, mm256 version is barely fasterMattias Andrée1-0/+2
2022-01-21Fix memory corruption bug in test.c and simplify message byte-length calculationMattias Andrée1-2/+2
2022-01-19Fix warningsMattias Andrée1-4/+4
2022-01-19Add todos about more tests being neededMattias Andrée1-0/+4
2022-01-08Add last_node parameter to libblake_blake2[sb]_digestMattias Andrée1-2/+2
2022-01-07Add BLAKE2b and BLAKE2s + add salt support to BLAKE + mMattias Andrée1-2/+144
2022-01-06libblake_decode_hex: verify inputMattias Andrée1-4/+5