Remove some logically dead code
[openssl.git] / crypto / ec / curve448 / eddsa.c
2018-05-31 Matt CaswellRemove some logically dead code
2018-02-21 Matt CaswellFix some undefined behaviour in the Curve448 code
2018-02-20 Matt CaswellSimplify some code
2018-02-20 Matt CaswellRemove some unneccessary use of constant time code...
2018-02-20 Matt CaswellMore style fixes for the curve448 code
2018-02-20 Matt CaswellMore style fixes to Curve448 code based on review feedback
2018-02-20 Matt CaswellSome style fixes
2018-02-20 Matt CaswellFormatting tweak based on review feedback
2018-02-20 Matt CaswellFix AppVeyor failure in eddsa.c
2018-02-20 Matt CaswellUpdate Curve448 copyright for 2018
2018-02-20 Matt CaswellFix build errors for Curve448 code on Windows (VC-WIN32...
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 CaswellFix the ED448 key lengths
2018-02-20 Matt CaswellConvert to C90 from C99
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 CaswellAdd Ed448 tests
2018-02-20 Matt CaswellRename decaf_448_* to curve448_*
2018-02-20 Matt CaswellRemove the decaf_bzero function and replace with OPENSS...
2018-02-20 Matt CaswellRemove some unneeded files and further flatten the...
2018-02-20 Matt CaswellFlatten the Curve 448 source structure