Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce test cycles to speedup tests. | Vsevolod Stakhov | 2015-04-23 | 1 | -1/+2 |
* | Disable some siphash optimizations since they are too machine dependant. | Vsevolod Stakhov | 2015-04-09 | 1 | -15/+1 |
* | Add ssse3 version. | Vsevolod Stakhov | 2015-04-08 | 1 | -0/+7 |
* | Add AVX implementation generated by clang. | Vsevolod Stakhov | 2015-04-08 | 1 | -1/+7 |
* | Rework siphash internal API. | Vsevolod Stakhov | 2015-04-08 | 1 | -5/+22 |
* | Check for SSE3, SSSE3 and SSE4.1 instructions. | Vsevolod Stakhov | 2015-04-08 | 1 | -4/+5 |
* | Add siphash testing. | Vsevolod Stakhov | 2015-04-08 | 1 | -0/+94 |
* | Add reference implementation of siphash. | Vsevolod Stakhov | 2015-04-08 | 1 | -0/+75 |