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 | 3 | -675/+1 |
* | Add ssse3 version. | Vsevolod Stakhov | 2015-04-08 | 2 | -0/+335 |
* | Add AVX implementation generated by clang. | Vsevolod Stakhov | 2015-04-08 | 3 | -1/+344 |
* | Add sse41 version of siphash. | Vsevolod Stakhov | 2015-04-08 | 2 | -0/+200 |
* | Rework siphash internal API. | Vsevolod Stakhov | 2015-04-08 | 2 | -9/+27 |
* | 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 | 3 | -0/+267 |