]> source.dussan.org Git - rspamd.git/commit
Add Sandy2x implementation by Tung Chou for curve25519
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 12 Oct 2015 14:24:31 +0000 (15:24 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 12 Oct 2015 14:24:31 +0000 (15:24 +0100)
commitd73986b308e2385201c02ca197260d1adc481f03
tree4ada2d1f749be1039a57887e870cece67206acb0
parentb9bdcda2994c4f1cb250984feb85ce55a8e98d73
Add Sandy2x implementation by Tung Chou for curve25519
src/CMakeLists.txt
src/libcryptobox/CMakeLists.txt
src/libcryptobox/curve25519/avx.S [new file with mode: 0644]
src/libcryptobox/curve25519/avx.c [new file with mode: 0644]
src/libcryptobox/curve25519/constants.S [new file with mode: 0644]