summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/scalar.c
AgeCommit message (Expand)Author
2019-05-28Update copyright yearRichard Levitte
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2018-03-03ec/curve448/f_generic.c: fix VC-WIN32 debug build failure.Andy Polyakov
2018-02-20Yet more style updates to the curve448 codeMatt Caswell
2018-02-20More style fixes for the curve448 codeMatt Caswell
2018-02-20Remove the curve448 specific constant time implementationMatt Caswell
2018-02-20Update Curve448 copyright for 2018Matt Caswell
2018-02-20Fix build errors for Curve448 code on Windows (VC-WIN32 and VC-WIN64A)Matt Caswell
2018-02-20Remove duplicated 448 in the names of various thingsMatt Caswell
2018-02-20Remove references to libdecafMatt Caswell
2018-02-20Remove some unneeded codeMatt Caswell
2018-02-20Manual formatting tweaks to Curve448 codeMatt Caswell
2018-02-20Run util/openssl-format-source on the Curve448 codeMatt Caswell
2018-02-20Update the imported curve448 code to use OpenSSL copyright headersMatt Caswell
2018-02-20Convert to C90 from C99Matt Caswell
2018-02-20Remove DECAF_NOINLINEMatt Caswell
2018-02-20Replace DECAF_INLINE with ossl_inlineMatt Caswell
2018-02-20Remove some vestiges of the old decaf template approachMatt Caswell
2018-02-20Rename decaf_448_* to curve448_*Matt Caswell
2018-02-20Remove some unneeded stuffMatt Caswell
2018-02-20Remove the decaf_bzero function and replace with OPENSSL_cleanse()Matt Caswell
2018-02-20Remove some unneeded files and further flatten the curve 448 structureMatt Caswell
2018-02-20Flatten the Curve 448 source structureMatt Caswell