openssl/crypto/ec/curve448
Andy Polyakov ae1ffe0f65 ec/curve448: portability fixups.
SPARC condition in __SIZEOF_INT128__==16 is rather performance thing
than portability. Even though compiler advertises int128 capability,
corresponding operations are inefficient, because they are not
directly backed by instruction set.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5449)
2018-02-24 14:11:06 +01:00
..
arch_32 fixup! Improve readability of f_impl.c and f_impl.h 2018-02-20 12:59:31 +00:00
curve448.c ec/curve448: portability fixups. 2018-02-24 14:11:06 +01:00
curve448_lcl.h More style fixes to Curve448 code based on review feedback 2018-02-20 12:59:30 +00:00
curve448_tables.c Fix a travis failure in the curve448 code 2018-02-20 12:59:31 +00:00
curve448utils.h ec/curve448: portability fixups. 2018-02-24 14:11:06 +01:00
ed448.h More style fixes for the curve448 code 2018-02-20 12:59:31 +00:00
eddsa.c Fix some undefined behaviour in the Curve448 code 2018-02-21 11:13:14 +00:00
f_generic.c Remove unrolled loops 2018-02-20 12:59:31 +00:00
field.h More style fixes for the curve448 code 2018-02-20 12:59:31 +00:00
point_448.h fixup! More style fixes for the curve448 code 2018-02-20 12:59:31 +00:00
scalar.c Yet more style updates to the curve448 code 2018-02-20 12:59:31 +00:00
word.h Some more cleanups of curve448 code 2018-02-20 12:59:31 +00:00