summaryrefslogtreecommitdiff
path: root/sha3.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-03sha3.[hc]: add kmac128(), kmac_params_t, and stub test_kmac128()Paul Duncan1-0/+61
2023-09-03sha3.c: remove bytepad_prefix(), test_bytepad_prefix(), and bytepad_lens_tPaul Duncan1-76/+1
2023-09-03sha3.c: add bytepad(), test_bytepad(), and MIN()Paul Duncan1-14/+102
2023-09-03sha3.c: add right_encode()Paul Duncan1-0/+135
2023-09-02sha3.[hc]: add cshake256 functions and testsPaul Duncan1-0/+164
2023-09-02sha3.[hc]: add cshake128 functionsPaul Duncan1-109/+243
2023-09-02sha3.c: add pad parameter to internal xof functionsPaul Duncan1-11/+13
2023-09-02sha3.c: add xof_once(), refactor shake{128,256}_xof_once()Paul Duncan1-18/+312
2023-09-02sha3.[hc]: add shake{128,256}_xof_once()Paul Duncan1-0/+238
2023-09-02sha3.[hc], main.c: remove absorb_done(), make squeeze always succeedPaul Duncan1-47/+12
2023-09-01sha3.c: remove extraneous whitespacePaul Duncan1-55/+55
2023-09-01./sha3.h: add shake{128,256}_xof_*()Paul Duncan1-10/+362
2023-09-01initial commitPaul Duncan1-0/+1176