aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox/siphash/avx2.S
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Use libsodium instead of hand crafted crypto implementationsVsevolod Stakhov2019-07-081-206/+0
|
* [Fix] Don't use _memcpy in assemblyVsevolod Stakhov2016-03-031-1/+6
|
* [Feature] Add AVX2 version of siphashVsevolod Stakhov2016-03-031-0/+201
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.