Fix travis failure in f_impl.c
[openssl.git] / crypto / ec / curve448 / ed448.h
2018-02-20 Matt CaswellUpdate Curve448 copyright for 2018
2018-02-20 Matt CaswellRemove some gcc/clang specific attributes we don't...
2018-02-20 Matt CaswellRemove duplicated 448 in the names of various things
2018-02-20 Matt CaswellRemove references to libdecaf
2018-02-20 Matt CaswellRemove some unneeded code
2018-02-20 Matt CaswellManual formatting tweaks to Curve448 code
2018-02-20 Matt CaswellRun util/openssl-format-source on the Curve448 code
2018-02-20 Matt CaswellUpdate the imported curve448 code to use OpenSSL copyri...
2018-02-20 Matt CaswellRemove the old shake256 implementation
2018-02-20 Matt CaswellConvert Curve448 internals to use OpenSSL shake256
2018-02-20 Matt CaswellAdd tests for Ed448ph
2018-02-20 Matt CaswellRemove DECAF_NOINLINE
2018-02-20 Matt CaswellRemove DECAF_NONNULL
2018-02-20 Matt CaswellRemove all instances of DECAF_API_VIS
2018-02-20 Matt CaswellRename decaf_448_* to curve448_*
2018-02-20 Matt CaswellRemove some unneeded files and further flatten the...