openssl/crypto/ec/asm
Andy Polyakov e72bf96718 ec/asm/x25519-x86_64.pl: remove redundant carry chain.
Why is it redundant? We're looking at carry from addition of small,
11-bit number to 256-bit one. And carry would mean only one thing,
resulting first limb being small number and remaing ones - zeros.
Hence adding 38 to first limb can't carry.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5476)
2018-03-01 13:59:28 +01:00
..
ecp_nistz256-armv4.pl Many spelling fixes/typo's corrected. 2017-11-11 19:03:10 -05:00
ecp_nistz256-armv8.pl Update copyright years on all files merged since Jan 1st 2018 2018-01-09 05:49:01 +01:00
ecp_nistz256-avx2.pl Many spelling fixes/typo's corrected. 2017-11-11 19:03:10 -05:00
ecp_nistz256-ppc64.pl Many spelling fixes/typo's corrected. 2017-11-11 19:03:10 -05:00
ecp_nistz256-sparcv9.pl Many spelling fixes/typo's corrected. 2017-11-11 19:03:10 -05:00
ecp_nistz256-x86_64.pl Update copyright years on all files merged since Jan 1st 2018 2018-01-09 05:49:01 +01:00
ecp_nistz256-x86.pl Remove filename argument to x86 asm_init. 2017-05-11 17:00:23 -04:00
x25519-x86_64.pl ec/asm/x25519-x86_64.pl: remove redundant carry chain. 2018-03-01 13:59:28 +01:00