Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Improve tests for siphash | Vsevolod Stakhov | 2016-03-03 | 1 | -92/+130 |
| | | | | | | - Add fuzz tests - Add variable length input tests - Check sanity of siphash implementation on start | ||||
* | [Fix] Don't use _memcpy in assembly | Vsevolod Stakhov | 2016-03-03 | 1 | -1/+6 |
| | |||||
* | [Feature] Add AVX2 version of siphash | Vsevolod Stakhov | 2016-03-03 | 3 | -1/+236 |
| | | | | | | | This version has been taken from the google code at https://github.com/google/highwayhash/ The final code is obtained by compiling c++ using clang-3.8 compiler. | ||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 2 | -39/+24 |
| | |||||
* | Output configuration of libcryptobox | Vsevolod Stakhov | 2016-01-29 | 2 | -2/+4 |
| | |||||
* | Fix warnings. | Vsevolod Stakhov | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | Fix tests | Vsevolod Stakhov | 2016-01-07 | 1 | -8/+0 |
| | |||||
* | 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 |