]> source.dussan.org Git - rspamd.git/commit
[Feature] Add ssse3 and avx2 base64 decoders
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 13 Dec 2016 17:15:58 +0000 (17:15 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 13 Dec 2016 17:16:18 +0000 (17:16 +0000)
commitfe3062454ca9f40448d2b8fb1b08268441b229dd
tree2bb4985b86aea0f635fb5cf8d1e7481b55a66e42
parent845926b715857267b3ccbaeccb2f4cd0d53f5a95
[Feature] Add ssse3 and avx2 base64 decoders
src/libcryptobox/CMakeLists.txt
src/libcryptobox/base64/avx2.S [new file with mode: 0644]
src/libcryptobox/base64/base64.c
src/libcryptobox/base64/ref.c
src/libcryptobox/base64/ssse3.S [new file with mode: 0644]
src/libcryptobox/cryptobox.c
src/libcryptobox/cryptobox.h
src/libcryptobox/curve25519/constants.S
src/rspamd.c