Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplicate NID definitions | tb | 2023-04-25 | 1 | -11/+1 |
| | |||||
* | Provide EVP methods for SHA3 224/256/384/512. | jsing | 2023-04-16 | 1 | -1/+11 |
| | | | | ok tb@ | ||||
* | Use size_t rather than int. | jsing | 2023-04-15 | 1 | -3/+5 |
| | | | | Also buy a vowel for rsiz. | ||||
* | Add SHA3 digest length define that was previously missed. | jsing | 2023-04-15 | 1 | -1/+2 |
| | |||||
* | Remove sha3() function, which will not be used or exposed. | jsing | 2023-04-15 | 1 | -3/+1 |
| | |||||
* | Mark sha3_keccakf() as static and remove prototype from header. | jsing | 2023-04-15 | 1 | -3/+1 |
| | |||||
* | Provide SHA3 length related defines. | jsing | 2023-04-15 | 1 | -1/+27 |
| | | | | | These will make EVP integration easier, as well as being used in the SHA3 implementation itself. | ||||
* | Rename SHA3 context struct field from 'st' to 'state'. | jsing | 2023-04-15 | 1 | -2/+2 |
| | |||||
* | Rename SHA3 context to align with existing code. | jsing | 2023-04-15 | 1 | -7/+7 |
| | |||||
* | Move some defines out of the sha3_internal.h header. | jsing | 2023-04-15 | 1 | -9/+1 |
| | |||||
* | Revise header guards. | jsing | 2023-04-15 | 1 | -4/+4 |
| | |||||
* | Strip and reformat comments. | jsing | 2023-04-15 | 1 | -16/+8 |
| | | | | | Remove various comments that are unhelpful or obvious. Reformat remaining comments per style(9). | ||||
* | Apply style(9) (first pass). | jsing | 2023-04-15 | 1 | -8/+8 |
| | |||||
* | Add license to sha3 files. | jsing | 2023-04-15 | 1 | -0/+25 |
| | |||||
* | Import tiny_sha3 | jsing | 2023-04-15 | 1 | -0/+47 |
This is a minimal and readable SHA3 implementation. ok tb@ |