]> source.dussan.org Git - rspamd.git/commit
Add optimized versions of ChaCha20 by @floodyberry
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 6 Feb 2015 13:49:17 +0000 (13:49 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 6 Feb 2015 13:49:17 +0000 (13:49 +0000)
commit82f9e6dff521cd21d7d00939a8093ad00197c61b
tree3d644d389b999913683dbce608aadd7191c6fe93
parent60228b266bd9a130e810589abacc2acae9480644
Add optimized versions of ChaCha20 by @floodyberry
CMakeLists.txt
src/libcryptobox/AsmOp.cmake [new file with mode: 0644]
src/libcryptobox/AsmOpt.cmake [new file with mode: 0644]
src/libcryptobox/CMakeLists.txt
src/libcryptobox/FindArch.cmake [new file with mode: 0644]
src/libcryptobox/chacha20/avx.S [new file with mode: 0644]
src/libcryptobox/chacha20/avx2.S [new file with mode: 0644]
src/libcryptobox/chacha20/macro.S [new file with mode: 0644]
src/libcryptobox/chacha20/sse2.S [new file with mode: 0644]
src/libcryptobox/cryptobox.h
src/libcryptobox/platform_config.h.in [new file with mode: 0644]