aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some logically dead codeMatt Caswell2018-05-311-4/+0
* curve448/field.h: relax alignment, as it doesn't work universally.Andy Polyakov2018-03-221-1/+1
* ec/curve448/f_generic.c: fix VC-WIN32 debug build failure.Andy Polyakov2018-03-032-4/+4
* ec/curve448/curve448.c: fix undefined behaviour sanitizer failure.Andy Polyakov2018-03-031-1/+1
* ec/curve448: portability fixups.Andy Polyakov2018-02-242-2/+3
* Fix some undefined behaviour in the Curve448 codeMatt Caswell2018-02-211-3/+6
* Some more cleanups of curve448 codeMatt Caswell2018-02-202-13/+1
* fixup! More style fixes for the curve448 codeMatt Caswell2018-02-201-1/+1
* fixup! Improve readability of f_impl.c and f_impl.hMatt Caswell2018-02-201-1/+1
* Improve readability of f_impl.c and f_impl.hMatt Caswell2018-02-202-4/+4
* Remove unrolled loopsMatt Caswell2018-02-203-53/+36
* Yet more style updates to the curve448 codeMatt Caswell2018-02-204-20/+19
* Further style changes to curve448 codeMatt Caswell2018-02-202-5/+4
* Simplify some codeMatt Caswell2018-02-201-10/+2
* Remove some unneccessary use of constant time code in curve448Matt Caswell2018-02-201-1/+2
* Fix a travis failure in the curve448 codeMatt Caswell2018-02-203-6/+3
* Remove the curve448 vector codeMatt Caswell2018-02-203-63/+3
* More style fixes for the curve448 codeMatt Caswell2018-02-208-48/+37
* Remove a strict aliasing issue with pre-computed curve448 constantsMatt Caswell2018-02-203-364/+478
* More style fixes to Curve448 code based on review feedbackMatt Caswell2018-02-2011-71/+79
* Some style fixesMatt Caswell2018-02-202-11/+11
* Formatting tweak based on review feedbackMatt Caswell2018-02-201-6/+6
* Use NLIMBS where appropriate to simplify the codeMatt Caswell2018-02-201-2/+2
* Remove cplusplus guards in internal headersMatt Caswell2018-02-203-23/+0
* Remove the curve448 specific constant time implementationMatt Caswell2018-02-205-398/+30
* Use the NLIMBS macro rather than try and calculate the number of limbsMatt Caswell2018-02-201-1/+1
* Rename a function to avoid a clashMatt Caswell2018-02-202-7/+7
* Remove curve448 architecture specific filesMatt Caswell2018-02-2012-2740/+0
* Fix AppVeyor failure in eddsa.cMatt Caswell2018-02-201-2/+2
* Fix travis failure in f_impl.cMatt Caswell2018-02-201-1/+1
* Fix a typo in a commentMatt Caswell2018-02-201-1/+1
* Update Curve448 copyright for 2018Matt Caswell2018-02-2027-27/+27
* Code tidy upMatt Caswell2018-02-201-9/+0
* Fixes for compilation using clangMatt Caswell2018-02-201-4/+4
* Move curve448_test.c to be a full internal testMatt Caswell2018-02-201-751/+0
* Fix build errors for Curve448 code on Windows (VC-WIN32 and VC-WIN64A)Matt Caswell2018-02-2010-69/+211
* Remove some gcc/clang specific attributes we don't supportMatt Caswell2018-02-202-10/+6
* Remove duplicated 448 in the names of various thingsMatt Caswell2018-02-205-128/+127
* Merge f_field.h into field.hMatt Caswell2018-02-207-86/+55
* Merge f_arithmetic.c into f_generic.cMatt Caswell2018-02-202-46/+33
* Remove references to libdecafMatt Caswell2018-02-208-295/+287
* Remove some unneeded codeMatt Caswell2018-02-209-153/+6
* Manual formatting tweaks to Curve448 codeMatt Caswell2018-02-2024-2748/+1693
* Run util/openssl-format-source on the Curve448 codeMatt Caswell2018-02-2029-3068/+4178
* Update the imported curve448 code to use OpenSSL copyright headersMatt Caswell2018-02-2030-136/+280
* Fix the ED448 key lengthsMatt Caswell2018-02-202-14/+14
* Integrate Curve448 into the build systemMatt Caswell2018-02-201-9/+10
* Convert to C90 from C99Matt Caswell2018-02-2011-111/+151
* Rename the decaf files to curve448 filesMatt Caswell2018-02-202-0/+0
* Remove portable_endian.hMatt Caswell2018-02-202-41/+0