summaryrefslogtreecommitdiff
path: root/lib/libcrypto/sha/sha3.c
AgeCommit message (Expand)Author
2023-04-16Bounds check mdlen that is passed to sha3_init().Joel Sing
2023-04-15Use size_t rather than int.Joel Sing
2023-04-15Remove sha3() function, which will not be used or exposed.Joel Sing
2023-04-15Mark sha3_keccakf() as static and remove prototype from header.Joel Sing
2023-04-15Use memset() to zero the context, instead of zeroing manually.Joel Sing
2023-04-15Use the same byte order tests as we do elsewhere in libcrypto.Joel Sing
2023-04-15Rename SHA3 context struct field from 'st' to 'state'.Joel Sing
2023-04-15Rename SHA3 context to align with existing code.Joel Sing
2023-04-15Move some defines out of the sha3_internal.h header.Joel Sing
2023-04-15Pull constant tables out of sha3_keccakf().Joel Sing
2023-04-15Strip and reformat comments.Joel Sing
2023-04-15Apply style(9) (first pass).Joel Sing
2023-04-15Import sha3_internal.h.Joel Sing
2023-04-15Add license to sha3 files.Joel Sing
2023-04-15Import tiny_sha3Joel Sing