]> source.dussan.org Git - rspamd.git/commit
Use optimized version of poly1305.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 7 Feb 2015 22:10:07 +0000 (22:10 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 7 Feb 2015 22:28:36 +0000 (22:28 +0000)
commit06a8ad2bae9e0aa0fe62e6059198bb3ec57eb08f
treea9d9d28c941840486c6697362dac219204672fda
parent1e2ff82baa69251c79576609c2a94bd0c006cd72
Use optimized version of poly1305.
23 files changed:
src/libcryptobox/CMakeLists.txt
src/libcryptobox/chacha20/avx.S
src/libcryptobox/chacha20/avx2.S
src/libcryptobox/chacha20/chacha.c
src/libcryptobox/chacha20/constants.S [new file with mode: 0644]
src/libcryptobox/chacha20/macro.S
src/libcryptobox/chacha20/sse2.S
src/libcryptobox/cryptobox.c
src/libcryptobox/poly1305/README.md [deleted file]
src/libcryptobox/poly1305/avx.S [new file with mode: 0644]
src/libcryptobox/poly1305/avx2.S [new file with mode: 0644]
src/libcryptobox/poly1305/constants.S [new file with mode: 0644]
src/libcryptobox/poly1305/poly1305-donna-16.h [deleted file]
src/libcryptobox/poly1305/poly1305-donna-32.h [deleted file]
src/libcryptobox/poly1305/poly1305-donna-64.h [deleted file]
src/libcryptobox/poly1305/poly1305-donna-8.h [deleted file]
src/libcryptobox/poly1305/poly1305-donna.c [deleted file]
src/libcryptobox/poly1305/poly1305-donna.h [deleted file]
src/libcryptobox/poly1305/poly1305.c [new file with mode: 0644]
src/libcryptobox/poly1305/poly1305.h [new file with mode: 0644]
src/libcryptobox/poly1305/ref-32.c [new file with mode: 0644]
src/libcryptobox/poly1305/ref-64.c [new file with mode: 0644]
src/libcryptobox/poly1305/sse2.S [new file with mode: 0644]