summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibrhash/librhash/md5.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-librhash' into update-librhashBrad King2023-11-281-3/+3
| | | | | * upstream-librhash: librhash 2023-07-14 (cfe77846)
* Merge branch 'upstream-librhash' into update-librhashBrad King2020-03-021-13/+13
| | | | | * upstream-librhash: librhash 2019-12-14 (75716b45)
* librhash: Avoid signed left-shift overflowBrad King2016-11-101-2/+2
| | | | | Fix `rhash_md5_final` to use unsigned integers for left shifting to avoid the possibility of undefined overflow behavior.
* Merge branch 'upstream-librhash' into import-librhashBrad King2016-11-031-0/+236
* upstream-librhash: librhash 2016-11-01 (d839a1a8)