Add an Apple privacy info file for OpenSSL
[openssl.git] / crypto / ec / curve448 / field.h
2023-09-07 Matt CaswellCopyright year updates
2023-07-13 Pankul94Changes to resolve symbol conflict due to gf_mul
2021-09-17 Bernd EdlingerFix the parameter type of gf_serialize
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Amitay Isaacscurve448: Integrate 64-bit reference implementation
2021-04-08 Amitay Isaacscurve448: Use relative includes to avoid explicit depen...
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-03-22 Andy Polyakovcurve448/field.h: relax alignment, as it doesn't work...
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 CaswellRemove the curve448 specific constant time implementation
2018-02-20 Matt CaswellRename a function to avoid a clash
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 CaswellMerge f_field.h into field.h
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 CaswellConvert to C90 from C99
2018-02-20 Matt CaswellReplace DECAF_INLINE with ossl_inline
2018-02-20 Matt CaswellRemove some uneeded macros and conditionally compiled...
2018-02-20 Matt CaswellFlatten the Curve 448 source structure