1. a274041 Fix comment by Gabor Mezei · 2 years, 3 months ago
  2. b6653f3 Update comments by Gabor Mezei · 2 years, 3 months ago
  3. dcaf99e Add another round in the Koblitz reduction by Gabor Mezei · 2 years, 3 months ago
  4. 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
  5. 908f400 Determine special cases in-place in the common Koblitz function by Gabor Mezei · 2 years, 3 months ago
  6. 47a3c82 Enable curve 448 to be tested by Paul Elliott · 2 years, 3 months ago
  7. 19c6f47 Allocate the right amount of memory by Gabor Mezei · 2 years, 3 months ago
  8. fead533 Remove unused macro by Gabor Mezei · 2 years, 3 months ago
  9. 03367fe Ignore carry since it can not be generated by Gabor Mezei · 2 years, 3 months ago
  10. d2c0ba1 Fix value in comment by Gabor Mezei · 2 years, 3 months ago
  11. 7097447 Ensure input parameter size for Koblitz reduction by Gabor Mezei · 2 years, 4 months ago
  12. 8183c5d Use core API in `ecp_mod_koblitz()` by Gabor Mezei · 2 years, 4 months ago
  13. 91a6183 Merge pull request #7427 from minosgalanakis/ecp/7258_ecp_mod_p256K1_add_test_cases by Janos Follath · 2 years, 3 months ago
  14. 9c2c81f ecp_curves: Renamed `ecp_mod_p256k1` -> `mbedtls_ecp_mod_p256k1` by Minos Galanakis · 2 years, 4 months ago
  15. d6751dc ecp_curves: Added unit-tests for `secp256k1` by Minos Galanakis · 2 years, 4 months ago
  16. f921f4d Use loop for two passes in the reduction by Gabor Mezei · 2 years, 4 months ago
  17. 9d80879 ecp_curves: Introduced `mbedtls_ecp_mod_p224k1()` by Minos Galanakis · 2 years, 4 months ago
  18. e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
  19. 3c3b94a Merge pull request #7424 from gabor-mezei-arm/7256_unit_tests_for_p192k1 by Janos Follath · 2 years, 4 months ago
  20. 0a11ee6 Fix function declaration by Gabor Mezei · 2 years, 4 months ago
  21. 83669d9 Add a testable function for ecp_mod_p192k1 by Gabor Mezei · 2 years, 4 months ago
  22. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  23. 44c6694 Merge pull request #7351 from gabor-mezei-arm/7109_ecp_fast_reduction_testing by Janos Follath · 2 years, 4 months ago
  24. df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
  25. 514806b Add a second round of carry reduction for P192 fast reduction by Gabor Mezei · 2 years, 4 months ago
  26. 68d64a1 ecp_curves: Re-introduced `mbedtls_ecp_fix_negative()` by Minos Galanakis · 2 years, 5 months ago
  27. 37f4cb6 ecp_curves: Minor rework for p384 by Minos Galanakis · 2 years, 5 months ago
  28. 6fb105f ecp_curves: Ported prototypes by Minos Galanakis · 2 years, 5 months ago
  29. c18cd0c Merge pull request #7230 from gabor-mezei-arm/6850_Secp256r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  30. e4710ae Add and fix comments by Gabor Mezei · 2 years, 5 months ago
  31. 716447f Fix limb size calculation by Gabor Mezei · 2 years, 5 months ago
  32. ed1acf6 Apply naming conventions by Gabor Mezei · 2 years, 5 months ago
  33. 5221c04 Change the p256_raw fuction to be testable by Gabor Mezei · 2 years, 5 months ago
  34. ab6ac91 Extract Secp256r1 from the prototype by Gabor Mezei · 2 years, 5 months ago
  35. 5c8505f Fix typos by Tom Cosgrove · 2 years, 5 months ago
  36. fe780a3 Merge pull request #7184 from gabor-mezei-arm/6349_Secp224r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  37. 97803ab Update comment by Gabor Mezei · 2 years, 5 months ago
  38. aeadc2d Apply naming convention by Gabor Mezei · 2 years, 5 months ago
  39. 620f0dc Fix for 32-bit by Gabor Mezei · 2 years, 5 months ago
  40. 08a9495 Apply naming convention for p224 by Gabor Mezei · 2 years, 5 months ago
  41. 5afb80e Fix coding style issues by Gabor Mezei · 2 years, 5 months ago
  42. 804cfd3 Follow the naming convention by Gabor Mezei · 2 years, 5 months ago
  43. bf50636 Revert the illustration and remove unnecessary code by Gabor Mezei · 2 years, 5 months ago
  44. 73e8553 Add comments to illustrate the second round of carry reduction is unnecessary by Gabor Mezei · 2 years, 5 months ago
  45. a835d20 Add documentation by Gabor Mezei · 2 years, 5 months ago
  46. aef0f2d Fix limb size calculation by Gabor Mezei · 2 years, 6 months ago
  47. e14b5bd Change the ecp_mod_p224_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  48. 66f88a9 Extract Secp224r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
  49. a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 6 months ago
  50. d2ca802 ecp_curves: Added `mbedtls_ecp_modulus_setup()`. by Minos Galanakis · 2 years, 6 months ago
  51. ac70ad6 Fix coding style by Gabor Mezei · 2 years, 6 months ago
  52. cf22870 Restrict input parameter size for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  53. d10d429 Stack usage optimization for mod_p521 by Gabor Mezei · 2 years, 6 months ago
  54. fe24e91 mod_p521: document reduction algorithm by Janos Follath · 2 years, 6 months ago
  55. 666673e modp521: apply naming conventions by Janos Follath · 2 years, 6 months ago
  56. 13c3aa1 Revert changes to mod_p521 flow by Janos Follath · 2 years, 6 months ago
  57. 6bfbd36 Fix coding style issues by Gabor Mezei · 2 years, 6 months ago
  58. b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  59. 2cb630e Change the ecp_mod_p521_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  60. 8450ab9 Fix Secp521r1 reduction by Gabor Mezei · 2 years, 6 months ago
  61. 42df16c Extract Secp521r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
  62. e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
  63. a264831 Update documentation and add comments by Gabor Mezei · 2 years, 6 months ago
  64. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  65. 2038ce9 Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  66. deece2b Change the ecp_mod_p192_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  67. b5bba49 Extract Secp192r1 from the prototype by Gabor Mezei · 2 years, 7 months ago
  68. e9fa7a7 ecp_curves: Update pre-processor define guards for `ecp_mpi_load()`. by Minos Galanakis · 2 years, 7 months ago
  69. 146fed9 ecp_curves: Hardcode Montgomery const for curve448. by Minos Galanakis · 2 years, 7 months ago
  70. bececeb ecp_curves: Hardcod Montgomery const for curve25519 by Minos Galanakis · 2 years, 7 months ago
  71. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  72. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  73. 82d3f1e Remove bignum_internal.h, moving contents to bignum_core.h by Tom Cosgrove · 3 years ago
  74. b101cb6 Since the group is unloaded for all curves, it is better to initialize the group also for all curves. by Pol Henarejos · 3 years, 3 months ago
  75. aa68d36 Fix order value for curve x448. by Pol Henarejos · 3 years, 3 months ago
  76. 0dbf04a Remove unnecessary memory operations in p25519 quasireduction by Hanno Becker · 3 years, 4 months ago
  77. 127fcab Fail gracefully upon unexpectedly large input to p25519 reduction by Hanno Becker · 3 years, 4 months ago
  78. bb04cb9 Fix check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
  79. d830feb Simplify check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
  80. 2ef0cff Fix size check in p25519 modular reduction by Hanno Becker · 3 years, 4 months ago
  81. 53b3c60 Move `const` keyword prior to type name by Hanno Becker · 3 years, 4 months ago
  82. e9dd9a1 Use size_t for number of limbs by Hanno Becker · 3 years, 4 months ago
  83. 6454993 Safeguard against calling p255 reduction with single-width MPI by Hanno Becker · 3 years, 4 months ago
  84. 25bb732 Simplify x25519 reduction using internal bignum MLA helper by Hanno Becker · 3 years, 4 months ago
  85. 1107ee4 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  86. 8b8b781 Use mbedtls_mpi_lset() more by Janos Follath · 4 years, 1 month ago
  87. 8c70e81 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  88. 06215ea Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  89. 2d457b8 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  90. 2389a60 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  91. ba9cb76 static initialize comb table by kXuan · 4 years, 4 months ago
  92. ff6a32d Fix low-probability arithmetic error in ECC by Gilles Peskine · 4 years, 4 months ago
  93. 349b372 Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years, 4 months ago
  94. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  95. b76517b Cosmetic improvement by Gilles Peskine · 4 years, 5 months ago
  96. d10e8fa Optimize fix_negative by Gilles Peskine · 5 years ago
  97. e54be3a Fix uncaught error if fix_negative fails by Gilles Peskine · 5 years ago
  98. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  99. aa9493a Add guards around code that is specific to dynamically-loaded groups by Gilles Peskine · 7 years ago
  100. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago