1. c25567a Move variant test to ecp_curves by Janos Follath · 2 years ago
  2. 59159ab Fix fast quasi-reduction modulo value of p192K1 in comments by Xiaokang Qian · 2 years ago
  3. 796500e Fix the type cast(size_t to unsigned short) warning by Xiaokang Qian · 2 years ago
  4. 02a3e03 Declare mbedtls_ecp_fix_negative() always static to fix check_name failures by Xiaokang Qian · 2 years, 2 months ago
  5. a8d30ac Use new ECP_LIGHT symbol in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  6. be4d6b6 Fix use of sizeof without brackets in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  7. 748a362 Revert ecp_curves.c to commit 449bd83 to save code size by Xiaokang Qian · 2 years, 2 months ago
  8. 73d9840 Rework the clone of ecp_curves.c by Xiaokang Qian · 2 years, 1 month ago
  9. dc2ea27 Clone the ecp_curve.c file as ecp_curve_new.c by Xiaokang Qian · 2 years, 2 months ago
  10. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years ago
  11. b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years ago
  12. ec4c91e Move declaration in ecp_mod_koblitz to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  13. 84eaefa Use designated initializers for mbedtls_mpi by Dave Rodgman · 2 years, 1 month ago
  14. 053022f Reduce the size of mbedtls_mpi by Gilles Peskine · 2 years, 1 month ago
  15. c4e4958 ecp_curves: Adjusted expected_width inputs to use `BITS_TO_LIMBS` macro. by Minos Galanakis · 2 years, 1 month ago
  16. 25d998b ecp_curves: Fixed modp pointers on `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 1 month ago
  17. 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 1 month ago
  18. 2a03fd3 bignum_mod: Added a typedef for OPT_RED function pointer. by Minos Galanakis · 2 years, 1 month ago
  19. 215ed13 Fix 32 bit unreachable code build failure by Paul Elliott · 2 years, 1 month ago
  20. de87461 ecp_curves: Updated the optimised reduction function pointer. by Minos Galanakis · 2 years, 2 months ago
  21. 6521095 ecp_curves: Updated `mbedtls_ecp_modulus_setup` to use optimised reduction. by Minos Galanakis · 2 years, 2 months ago
  22. 1d3e332 ecp_curves: Updated input argument for `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 2 months ago
  23. 88e16df bignum_mod: Refactored `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 3 months ago
  24. a2e48f7 Split out mbedtls_ecp_mod_p448_raw() by Paul Elliott · 2 years, 2 months ago
  25. b4df176 Merge pull request #7637 from paul-elliott-arm/fixed_ecp_mod_p448 by Paul Elliott · 2 years, 1 month ago
  26. bed9ac7 Optimise final 2 rounds by Paul Elliott · 2 years, 2 months ago
  27. b8f7305 Replace sizeof(mbedtls_mpi_uint) with ciL define by Paul Elliott · 2 years, 2 months ago
  28. 3646dc7 Fix coding style issue by Paul Elliott · 2 years, 2 months ago
  29. 436f2ad Three round solution by Paul Elliott · 2 years, 2 months ago
  30. fcdd047 Replace loop zeroise with memset by Xiaokang Qian · 2 years, 2 months ago
  31. 035e5fc Add comments to 448 optimised reduction by Janos Follath · 2 years, 2 months ago
  32. 805a0a2 Merge pull request #7591 from minosgalanakis/ecp/6028_xtract_fast_reduction_curve25519 by Paul Elliott · 2 years, 2 months ago
  33. edc9768 Fix output width of mbedtls_ecp_mod_p448() to 448 bits by Paul Elliott · 2 years, 2 months ago
  34. 981d8b6 Merge pull request #7566 from paul-elliott-arm/core_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  35. 7050662 Correct comment header block by Paul Elliott · 2 years, 2 months ago
  36. e72bf2d ecp_curves: Adjusted the expected limb size for `ecp_mod_p255()`. by Minos Galanakis · 2 years, 2 months ago
  37. 3b6bf10 Fix missed renames from N to X by Paul Elliott · 2 years, 2 months ago
  38. ec00b50 ecp_curves: Adjusted input checking for `ecp_mod_p255`. by Minos Galanakis · 2 years, 2 months ago
  39. d6beda7 ecp_curves: Extended documentation for CURVE25519. by Minos Galanakis · 2 years, 2 months ago
  40. 47249fd ecp_curves: Added documentation for mbedtls_ecp_mod_p255_raw by Minos Galanakis · 2 years, 2 months ago
  41. 31f0b45 ecp_curves: Reintroduced input checking for by Minos Galanakis · 2 years, 2 months ago
  42. 65c386e ecp_curves: Switched to dynamic memory for by Minos Galanakis · 2 years, 2 months ago
  43. 2daa374 ecp_curves: Minor refactoring of `mbedtls_ecp_mod_p255_raw()` by Minos Galanakis · 2 years, 2 months ago
  44. d0292c2 ecp_curves: Refactored `mbedtls_ecp_mod_p255`. by Minos Galanakis · 2 years, 3 months ago
  45. d56e6e0 Add input parameter length check for the Koblitz reduction by Gabor Mezei · 2 years, 2 months ago
  46. c05f51d Convert comments over to X rather than N by Paul Elliott · 2 years, 2 months ago
  47. 6b1f7f1 Use const where appropriate by Paul Elliott · 2 years, 2 months ago
  48. 235c194 Group memory allocations earlier by Paul Elliott · 2 years, 2 months ago
  49. 34b08e5 Convert over to using X, X_limbs by Paul Elliott · 2 years, 2 months ago
  50. 4fa8334 Convert curve 448 to use ecp core functions by Paul Elliott · 2 years, 3 months ago
  51. caac83c Fix comment by Gabor Mezei · 2 years, 2 months ago
  52. 03558b8 Add `_raw` function to P256K1 by Gabor Mezei · 2 years, 3 months ago
  53. e42bb62 Add `_raw` function to P224K1 by Gabor Mezei · 2 years, 3 months ago
  54. dacfe56 Add `_raw` function to P192K1 by Gabor Mezei · 2 years, 3 months ago
  55. a274041 Fix comment by Gabor Mezei · 2 years, 3 months ago
  56. b6653f3 Update comments by Gabor Mezei · 2 years, 3 months ago
  57. dcaf99e Add another round in the Koblitz reduction by Gabor Mezei · 2 years, 3 months ago
  58. 481a6a8 Merge pull request #7482 from gabor-mezei-arm/6029_use_core_api_in_ecp_mod_koblitz by Paul Elliott · 2 years, 3 months ago
  59. 908f400 Determine special cases in-place in the common Koblitz function by Gabor Mezei · 2 years, 3 months ago
  60. 47a3c82 Enable curve 448 to be tested by Paul Elliott · 2 years, 3 months ago
  61. 19c6f47 Allocate the right amount of memory by Gabor Mezei · 2 years, 3 months ago
  62. fead533 Remove unused macro by Gabor Mezei · 2 years, 3 months ago
  63. 03367fe Ignore carry since it can not be generated by Gabor Mezei · 2 years, 3 months ago
  64. d2c0ba1 Fix value in comment by Gabor Mezei · 2 years, 3 months ago
  65. 7097447 Ensure input parameter size for Koblitz reduction by Gabor Mezei · 2 years, 3 months ago
  66. 8183c5d Use core API in `ecp_mod_koblitz()` by Gabor Mezei · 2 years, 3 months ago
  67. 91a6183 Merge pull request #7427 from minosgalanakis/ecp/7258_ecp_mod_p256K1_add_test_cases by Janos Follath · 2 years, 3 months ago
  68. 9c2c81f ecp_curves: Renamed `ecp_mod_p256k1` -> `mbedtls_ecp_mod_p256k1` by Minos Galanakis · 2 years, 4 months ago
  69. d6751dc ecp_curves: Added unit-tests for `secp256k1` by Minos Galanakis · 2 years, 4 months ago
  70. f921f4d Use loop for two passes in the reduction by Gabor Mezei · 2 years, 4 months ago
  71. 9d80879 ecp_curves: Introduced `mbedtls_ecp_mod_p224k1()` by Minos Galanakis · 2 years, 4 months ago
  72. e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
  73. 3c3b94a Merge pull request #7424 from gabor-mezei-arm/7256_unit_tests_for_p192k1 by Janos Follath · 2 years, 3 months ago
  74. 0a11ee6 Fix function declaration by Gabor Mezei · 2 years, 4 months ago
  75. 83669d9 Add a testable function for ecp_mod_p192k1 by Gabor Mezei · 2 years, 4 months ago
  76. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  77. 44c6694 Merge pull request #7351 from gabor-mezei-arm/7109_ecp_fast_reduction_testing by Janos Follath · 2 years, 4 months ago
  78. df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
  79. 514806b Add a second round of carry reduction for P192 fast reduction by Gabor Mezei · 2 years, 4 months ago
  80. 68d64a1 ecp_curves: Re-introduced `mbedtls_ecp_fix_negative()` by Minos Galanakis · 2 years, 4 months ago
  81. 37f4cb6 ecp_curves: Minor rework for p384 by Minos Galanakis · 2 years, 5 months ago
  82. 6fb105f ecp_curves: Ported prototypes by Minos Galanakis · 2 years, 5 months ago
  83. c18cd0c Merge pull request #7230 from gabor-mezei-arm/6850_Secp256r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  84. e4710ae Add and fix comments by Gabor Mezei · 2 years, 5 months ago
  85. 716447f Fix limb size calculation by Gabor Mezei · 2 years, 5 months ago
  86. ed1acf6 Apply naming conventions by Gabor Mezei · 2 years, 5 months ago
  87. 5221c04 Change the p256_raw fuction to be testable by Gabor Mezei · 2 years, 5 months ago
  88. ab6ac91 Extract Secp256r1 from the prototype by Gabor Mezei · 2 years, 5 months ago
  89. 5c8505f Fix typos by Tom Cosgrove · 2 years, 5 months ago
  90. fe780a3 Merge pull request #7184 from gabor-mezei-arm/6349_Secp224r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  91. 97803ab Update comment by Gabor Mezei · 2 years, 5 months ago
  92. aeadc2d Apply naming convention by Gabor Mezei · 2 years, 5 months ago
  93. 620f0dc Fix for 32-bit by Gabor Mezei · 2 years, 5 months ago
  94. 08a9495 Apply naming convention for p224 by Gabor Mezei · 2 years, 5 months ago
  95. 5afb80e Fix coding style issues by Gabor Mezei · 2 years, 5 months ago
  96. 804cfd3 Follow the naming convention by Gabor Mezei · 2 years, 5 months ago
  97. bf50636 Revert the illustration and remove unnecessary code by Gabor Mezei · 2 years, 5 months ago
  98. 73e8553 Add comments to illustrate the second round of carry reduction is unnecessary by Gabor Mezei · 2 years, 5 months ago
  99. a835d20 Add documentation by Gabor Mezei · 2 years, 5 months ago
  100. aef0f2d Fix limb size calculation by Gabor Mezei · 2 years, 6 months ago