summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibrhash/README
Commit message (Collapse)AuthorAgeFilesLines
* librhash: Remove source fragments not needed for CMakeBrad King2016-11-101-54/+0
| | | | | | | | | We only need a subset of the hash algorithms supported by librhash. Add preprocessor conditionals to remove source fragments that we do not need. Write an alternative algorithm enumeration that matches the indexing on our reduced array. Also remove a few fragments outright.
* Merge branch 'upstream-librhash' into import-librhashBrad King2016-11-031-0/+61
* upstream-librhash: librhash 2016-11-01 (d839a1a8)