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