From: Niels Möller Date: Mon, 20 Jul 2020 12:45:15 +0000 (+0200) Subject: Merge branch 'x86_64-salsa20-2core' X-Git-Tag: nettle_3.7rc1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e45e07f51c1c1c73aca52ff1f3d4d6465c95b6;p=thirdparty%2Fnettle.git Merge branch 'x86_64-salsa20-2core' --- d1e45e07f51c1c1c73aca52ff1f3d4d6465c95b6 diff --cc ChangeLog index d5aaf95f,100ab82b..0c2d365a --- a/ChangeLog +++ b/ChangeLog @@@ -1,18 -1,9 +1,24 @@@ +2020-07-13 Niels Möller + + * chacha-crypt.c (chacha_crypt) [HAVE_NATIVE_chacha_3core]: Use + _chacha_3core. + + * arm/neon/chacha-3core.asm: New file, 3-way interleaving of + chacha. + +2020-07-11 Niels Möller + + * testsuite/chacha-test.c (test_main): Delete obsolete tests for + chacha with 128-bit keys. #if:ed out since 2014-03-04, see below. + (test_chacha_core): New function, test chacha with simple input + structure. + + 2020-07-10 Niels Möller + + * x86_64/salsa20-2core.asm: New file. + * x86_64/salsa20-crypt.asm: Deleted, siince the 2core assembly is + faster. + 2020-07-08 Niels Möller Rearrange salsa20, enabling ARM fat builds to use sala20_2core.