Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | librhash: Activate SHA-3 implementation | Brad King | 2016-11-10 | 2 | -5/+13 |
* | Merge branch 'upstream-librhash' into add-SHA-3 | Brad King | 2016-11-10 | 3 | -1/+411 |
* | librhash: Port to KWIML for ABI and integer type information | Brad King | 2016-11-10 | 2 | -40/+28 |
* | librhash: Avoid signed left-shift overflow | Brad King | 2016-11-10 | 1 | -2/+2 |
* | librhash: Implement bswap_32 as a function even in strict C90 mode | Brad King | 2016-11-10 | 1 | -5/+2 |
* | librhash: Implement bswap_64 even in strict C90 mode | Brad King | 2016-11-10 | 1 | -4/+2 |
* | librhash: Use __builtin_bswap{32,64} on Clang | Brad King | 2016-11-10 | 1 | -0/+8 |
* | librhash: Disable warnings to avoid changing 3rd party code | Brad King | 2016-11-10 | 1 | -0/+4 |
* | librhash: Build the library within CMake | Brad King | 2016-11-10 | 1 | -0/+3 |
* | librhash: Remove source fragments not needed for CMake | Brad King | 2016-11-10 | 4 | -71/+47 |
* | Merge branch 'upstream-librhash' into import-librhash | Brad King | 2016-11-03 | 18 | -0/+3161 |