]> source.dussan.org Git - rspamd.git/commit
[Feature] Add AVX2 version of siphash
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 3 Mar 2016 10:37:47 +0000 (10:37 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 3 Mar 2016 10:37:47 +0000 (10:37 +0000)
commitd83b9e01d10303a34ddc45a2751e028ec4b8a0f4
treed96590f4b8c4a4cc8465aaec5b3a015bf9a8848d
parentc4073ae8c9ccb7b999b7a1b1d9e6507137c63255
[Feature] Add AVX2 version of siphash

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.
src/libcryptobox/CMakeLists.txt
src/libcryptobox/siphash/avx2.S [new file with mode: 0644]
src/libcryptobox/siphash/constants.S
src/libcryptobox/siphash/siphash.c