aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox/siphash/siphash.c
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Use libsodium instead of hand crafted crypto implementationsVsevolod Stakhov2019-07-081-227/+0
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
* [Feature] Improve tests for siphashVsevolod Stakhov2016-03-031-92/+130
* [Feature] Add AVX2 version of siphashVsevolod Stakhov2016-03-031-1/+9
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+12
* Output configuration of libcryptoboxVsevolod Stakhov2016-01-291-1/+3
* Fix warnings.Vsevolod Stakhov2016-01-151-1/+1
* Reduce test cycles to speedup tests.Vsevolod Stakhov2015-04-231-1/+2
* Disable some siphash optimizations since they are too machine dependant.Vsevolod Stakhov2015-04-091-15/+1
* Add ssse3 version.Vsevolod Stakhov2015-04-081-0/+7
* Add AVX implementation generated by clang.Vsevolod Stakhov2015-04-081-1/+7
* Rework siphash internal API.Vsevolod Stakhov2015-04-081-5/+22
* Check for SSE3, SSSE3 and SSE4.1 instructions.Vsevolod Stakhov2015-04-081-4/+5
* Add siphash testing.Vsevolod Stakhov2015-04-081-0/+94
* Add reference implementation of siphash.Vsevolod Stakhov2015-04-081-0/+75