summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448
AgeCommit message (Expand)Author
2018-02-20Add Ed448 testsMatt Caswell
2018-02-20Remove inclusion of header files that we can't rely on due to portabilityMatt Caswell
2018-02-20Remove DECAF_NOINLINEMatt Caswell
2018-02-20Remove DECAF_NONNULLMatt Caswell
2018-02-20Remove all instances of DECAF_API_VISMatt Caswell
2018-02-20Replace DECAF_WARN_UNUSED with __owurMatt 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 more unneeded codeMatt Caswell
2018-02-20Remove some uneeded macros and conditionally compiled codeMatt Caswell
2018-02-20Remove some unneeded stuffMatt Caswell
2018-02-20Add a local testMatt Caswell
2018-02-20Add the X448() and X448_public_from_private() functionsMatt Caswell
2018-02-20Remove the decaf_bzero function and replace with OPENSSL_cleanse()Matt Caswell
2018-02-20Remove the curve448/decaf sub-directoryMatt Caswell
2018-02-20Remove some unneeded codeMatt Caswell
2018-02-20Remove some deprecated curve 448 code and remove some unneeded definesMatt Caswell
2018-02-20Remove some unneeded files and further flatten the curve 448 structureMatt Caswell
2018-02-20Flatten the Curve 448 source structureMatt Caswell
2018-02-20Import Curve 448 supportMatt Caswell