aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-24main.c: replace shake{128,256}_xof references with shake{128,256}Paul Duncan1-19/+15
2023-09-06add hex.h, refactor main.cPaul Duncan1-13/+7
2023-09-06main.c: add turboshake128, turboshake256, and kangarootwelve to example appPaul Duncan1-4/+78
2023-09-05main.c: add header and shake128-xof example to helpv0.1Paul Duncan1-3/+9
2023-09-02main.c: misc cleanups, add commentsPaul Duncan1-43/+57
2023-09-02main.c: add trailing newline to "unknown algorithm" error messagePaul Duncan1-1/+1
2023-09-02sha3.[hc], main.c: remove absorb_done(), make squeeze always succeedPaul Duncan1-22/+2
2023-09-01main.c: add shake128-xof and shake256-xof commandsPaul Duncan1-15/+109
2023-09-01initial commitPaul Duncan1-0/+78