aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-06Add -P (pepper), -S (salt), and -K (key) to b2sum + m fix1.0Mattias Andrée12-33/+292
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-07-06bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-07-06Add -S (salt) to bsumMattias Andrée8-26/+178
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-07-05Remove -Wall -O3 from CFLAGS (unportable) and -s from LDFLAGSMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-21Add coverage testMattias Andrée3-3/+23
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-21Add testsMattias Andrée9-4/+12690
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-21Fix readmeMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-20b2sum.1: add note that BLAKE2X has not been finalisedMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-20Add readme, fix documentation, and add/update todoMattias Andrée9-13/+108
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-20Improve makefileMattias Andrée1-17/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-20Deduplicate codeMattias Andrée1-138/+34
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-20Update for libblake 3.0Mattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-19mMattias Andrée1-4/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-16m + add b2sumMattias Andrée12-243/+710
Signed-off-by: Mattias Andrée <maandree@kth.se>