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