summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibrhash/librhash/sha256.c
Commit message (Collapse)AuthorAgeFilesLines
* librhash: Avoid signed left-shift overflow in sha256Brad King2016-11-291-2/+2
| | | | | Fix `rhash_sha256_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/+241
* upstream-librhash: librhash 2016-11-01 (d839a1a8)