summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibrhash/librhash/rhash.h
Commit message (Collapse)AuthorAgeFilesLines
* librhash: Activate SHA-3 implementationBrad King2016-11-101-2/+10
|
* Merge branch 'upstream-librhash' into add-SHA-3Brad King2016-11-101-1/+1
| | | | | * upstream-librhash: librhash 2016-11-06 (de79828d)
* librhash: Remove source fragments not needed for CMakeBrad King2016-11-101-12/+19
| | | | | | | | | 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/+273
* upstream-librhash: librhash 2016-11-01 (d839a1a8)