summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ripemd/ripemd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for static buffers in HMAC/digeststb2024-06-011-6/+2
* Hide symbols in RIPEMDjoshua2024-03-281-1/+6
* Rework loads and stores in ripemd.jsing2024-03-281-74/+53
* Remove now unnecessary do { } while (0);jsing2024-03-281-3/+1
* Inline HASH_MAKE_STRING.jsing2024-03-281-14/+14
* Expand ROTATE macro to crypto_rol_u32().jsing2024-03-281-11/+16
* Inline initial hash values.jsing2024-03-281-12/+8
* Clean up various defines and prototypes.jsing2024-03-281-28/+2
* Tidy includes.jsing2024-03-281-4/+4
* Expand HASH_* defines.jsing2024-03-281-27/+29
* Reorder functions.jsing2024-03-281-109/+109
* Inline functions from md32_common.h for ripemd.jsing2024-03-281-1/+101
* Mop up the last MD32_XARRAY.jsing2023-08-101-197/+187
* Inline the remaining 10 lines from rmdconst.h.jsing2023-08-101-2/+12
* Inline X variables definitions.jsing2023-08-101-174/+174
* Inline shift values.jsing2023-08-101-169/+169
* Apply some more style(9).jsing2023-08-101-170/+171
* Remove MD32_REG_T.jsing2023-08-101-4/+4
* Combine ripemd into a single C file.jsing2023-07-281-0/+441