summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448
AgeCommit message (Expand)Author
2020-03-17Update copyright yearMatt Caswell
2020-03-05crypto/ec/curve448/eddsa.c: fix EBCDIC platformsPatrick Steuer
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-05-28Update copyright yearRichard Levitte
2019-04-11Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_tShane Lontis
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2019-02-26Update copyright yearMatt Caswell
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2018-12-11Disallow Ed448 signature malleabilityMatt Caswell
2018-08-03Fix some undefined behaviour in the Curve448 code (2nd attempt)Dr. Matthias St. Pierre
2018-05-31Remove some logically dead codeMatt Caswell
2018-03-22curve448/field.h: relax alignment, as it doesn't work universally.Andy Polyakov
2018-03-03ec/curve448/f_generic.c: fix VC-WIN32 debug build failure.Andy Polyakov
2018-03-03ec/curve448/curve448.c: fix undefined behaviour sanitizer failure.Andy Polyakov
2018-02-24ec/curve448: portability fixups.Andy Polyakov
2018-02-21Fix some undefined behaviour in the Curve448 codeMatt Caswell
2018-02-20Some more cleanups of curve448 codeMatt Caswell
2018-02-20fixup! More style fixes for the curve448 codeMatt Caswell
2018-02-20fixup! Improve readability of f_impl.c and f_impl.hMatt Caswell
2018-02-20Improve readability of f_impl.c and f_impl.hMatt Caswell
2018-02-20Remove unrolled loopsMatt Caswell
2018-02-20Yet more style updates to the curve448 codeMatt Caswell
2018-02-20Further style changes to curve448 codeMatt Caswell
2018-02-20Simplify some codeMatt Caswell
2018-02-20Remove some unneccessary use of constant time code in curve448Matt Caswell
2018-02-20Fix a travis failure in the curve448 codeMatt Caswell
2018-02-20Remove the curve448 vector codeMatt Caswell
2018-02-20More style fixes for the curve448 codeMatt Caswell
2018-02-20Remove a strict aliasing issue with pre-computed curve448 constantsMatt Caswell
2018-02-20More style fixes to Curve448 code based on review feedbackMatt Caswell
2018-02-20Some style fixesMatt Caswell
2018-02-20Formatting tweak based on review feedbackMatt Caswell
2018-02-20Use NLIMBS where appropriate to simplify the codeMatt Caswell
2018-02-20Remove cplusplus guards in internal headersMatt Caswell
2018-02-20Remove the curve448 specific constant time implementationMatt Caswell
2018-02-20Use the NLIMBS macro rather than try and calculate the number of limbsMatt Caswell
2018-02-20Rename a function to avoid a clashMatt Caswell
2018-02-20Remove curve448 architecture specific filesMatt Caswell
2018-02-20Fix AppVeyor failure in eddsa.cMatt Caswell
2018-02-20Fix travis failure in f_impl.cMatt Caswell
2018-02-20Fix a typo in a commentMatt Caswell
2018-02-20Update Curve448 copyright for 2018Matt Caswell
2018-02-20Code tidy upMatt Caswell
2018-02-20Fixes for compilation using clangMatt Caswell
2018-02-20Move curve448_test.c to be a full internal testMatt Caswell
2018-02-20Fix build errors for Curve448 code on Windows (VC-WIN32 and VC-WIN64A)Matt Caswell
2018-02-20Remove some gcc/clang specific attributes we don't supportMatt Caswell
2018-02-20Remove duplicated 448 in the names of various thingsMatt Caswell
2018-02-20Merge f_field.h into field.hMatt Caswell