Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use libsodium instead of hand crafted crypto implementations | Vsevolod Stakhov | 2019-07-08 | 6 | -842/+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 |
* | [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 |
* | 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 |