Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use libsodium instead of hand crafted crypto implementations | Vsevolod Stakhov | 2019-07-08 | 1 | -227/+0 |
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -1/+1 |
* | [Feature] Improve tests for siphash | Vsevolod Stakhov | 2016-03-03 | 1 | -92/+130 |
* | [Feature] Add AVX2 version of siphash | Vsevolod Stakhov | 2016-03-03 | 1 | -1/+9 |
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -20/+12 |
* | Output configuration of libcryptobox | Vsevolod Stakhov | 2016-01-29 | 1 | -1/+3 |
* | Fix warnings. | Vsevolod Stakhov | 2016-01-15 | 1 | -1/+1 |
* | 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 |