Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove now unnecessary do { } while (0); | jsing | 2024-03-28 | 1 | -3/+1 |
* | Inline HASH_MAKE_STRING. | jsing | 2024-03-28 | 1 | -14/+14 |
* | Expand ROTATE macro to crypto_rol_u32(). | jsing | 2024-03-28 | 1 | -11/+16 |
* | Inline initial hash values. | jsing | 2024-03-28 | 1 | -12/+8 |
* | Clean up various defines and prototypes. | jsing | 2024-03-28 | 1 | -28/+2 |
* | Tidy includes. | jsing | 2024-03-28 | 1 | -4/+4 |
* | Expand HASH_* defines. | jsing | 2024-03-28 | 1 | -27/+29 |
* | Reorder functions. | jsing | 2024-03-28 | 1 | -109/+109 |
* | Inline functions from md32_common.h for ripemd. | jsing | 2024-03-28 | 1 | -1/+101 |
* | Mop up the last MD32_XARRAY. | jsing | 2023-08-10 | 1 | -197/+187 |
* | Inline the remaining 10 lines from rmdconst.h. | jsing | 2023-08-10 | 1 | -2/+12 |
* | Inline X variables definitions. | jsing | 2023-08-10 | 1 | -174/+174 |
* | Inline shift values. | jsing | 2023-08-10 | 1 | -169/+169 |
* | Apply some more style(9). | jsing | 2023-08-10 | 1 | -170/+171 |
* | Remove MD32_REG_T. | jsing | 2023-08-10 | 1 | -4/+4 |
* | Combine ripemd into a single C file. | jsing | 2023-07-28 | 1 | -0/+441 |