1. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  2. 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
  3. f05ca73 Update comment by Gabor Mezei · 2 years, 1 month ago
  4. c97a407 Remove value assignment for enum entries by Gabor Mezei · 2 years, 1 month ago
  5. 2a7bcaf Use only `MBEDTLS_ECP_WITH_MPI_UINT` to switch between the ecp variants by Gabor Mezei · 2 years, 1 month ago
  6. 1a729dc Fix comment by Gabor Mezei · 2 years, 1 month ago
  7. d6789f1 Used preferred macro definition check by Gabor Mezei · 2 years, 1 month ago
  8. f4aab6f Add comments and remove unneeded defines by Gabor Mezei · 2 years, 1 month ago
  9. c810707 Add check for the ecp module variants by Gabor Mezei · 2 years, 2 months ago
  10. a306d20 Clone the ecp.c file as ecp_new.c by Gabor Mezei · 2 years, 2 months ago
  11. 1d3e332 ecp_curves: Updated input argument for `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 2 months ago
  12. 680233d Merge pull request #7680 from paul-elliott-arm/raw_ecp_mod_p448 by Paul Elliott · 2 years, 1 month ago
  13. a426dc3 Merge pull request #7782 from gilles-peskine-arm/mbedtls_ecp_modulus_type-move by Janos Follath · 2 years, 1 month ago
  14. 637c049 Move mbedtls_ecp_modulus_type out of the public headers by Gilles Peskine · 2 years, 1 month ago
  15. a2e48f7 Split out mbedtls_ecp_mod_p448_raw() by Paul Elliott · 2 years, 2 months ago
  16. b4df176 Merge pull request #7637 from paul-elliott-arm/fixed_ecp_mod_p448 by Paul Elliott · 2 years, 1 month ago
  17. 805a0a2 Merge pull request #7591 from minosgalanakis/ecp/6028_xtract_fast_reduction_curve25519 by Paul Elliott · 2 years, 2 months ago
  18. ee86100 Add docs for mbedtls_ecp_mod_p448() by Paul Elliott · 2 years, 2 months ago
  19. 981d8b6 Merge pull request #7566 from paul-elliott-arm/core_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  20. 3b6bf10 Fix missed renames from N to X by Paul Elliott · 2 years, 2 months ago
  21. d6beda7 ecp_curves: Extended documentation for CURVE25519. by Minos Galanakis · 2 years, 2 months ago
  22. 47249fd ecp_curves: Added documentation for mbedtls_ecp_mod_p255_raw by Minos Galanakis · 2 years, 2 months ago
  23. d0292c2 ecp_curves: Refactored `mbedtls_ecp_mod_p255`. by Minos Galanakis · 2 years, 3 months ago
  24. d56e6e0 Add input parameter length check for the Koblitz reduction by Gabor Mezei · 2 years, 2 months ago
  25. fa3f741 Add documentation by Gabor Mezei · 2 years, 2 months ago
  26. 4fa8334 Convert curve 448 to use ecp core functions by Paul Elliott · 2 years, 3 months ago
  27. 03558b8 Add `_raw` function to P256K1 by Gabor Mezei · 2 years, 3 months ago
  28. e42bb62 Add `_raw` function to P224K1 by Gabor Mezei · 2 years, 3 months ago
  29. dacfe56 Add `_raw` function to P192K1 by Gabor Mezei · 2 years, 3 months ago
  30. 47a3c82 Enable curve 448 to be tested by Paul Elliott · 2 years, 3 months ago
  31. 91a6183 Merge pull request #7427 from minosgalanakis/ecp/7258_ecp_mod_p256K1_add_test_cases by Janos Follath · 2 years, 3 months ago
  32. 9c2c81f ecp_curves: Renamed `ecp_mod_p256k1` -> `mbedtls_ecp_mod_p256k1` by Minos Galanakis · 2 years, 4 months ago
  33. d6751dc ecp_curves: Added unit-tests for `secp256k1` by Minos Galanakis · 2 years, 4 months ago
  34. 53c6553 Merge pull request #7450 from xkqian/bignumber_ecp_update by Janos Follath · 2 years, 3 months ago
  35. 9d80879 ecp_curves: Introduced `mbedtls_ecp_mod_p224k1()` by Minos Galanakis · 2 years, 4 months ago
  36. e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
  37. 3c3b94a Merge pull request #7424 from gabor-mezei-arm/7256_unit_tests_for_p192k1 by Janos Follath · 2 years, 3 months ago
  38. a089614 Update gen_prvkey_mx paras to align with comments and c code by Xiaokang Qian · 2 years, 3 months ago
  39. 1237a34 Use macro guard for function declaration by Gabor Mezei · 2 years, 4 months ago
  40. 83669d9 Add a testable function for ecp_mod_p192k1 by Gabor Mezei · 2 years, 4 months ago
  41. 0c477d3 test: include also test_suite_ecp for the coverage analysis by Valerio Setti · 2 years, 4 months ago
  42. df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
  43. f9fca53 ecp_curves: Updated ecp_mod_p384_raw documentation by Minos Galanakis · 2 years, 4 months ago
  44. 37f4cb6 ecp_curves: Minor rework for p384 by Minos Galanakis · 2 years, 5 months ago
  45. 6fb105f ecp_curves: Ported prototypes by Minos Galanakis · 2 years, 5 months ago
  46. d1f16b9 Add documentation by Gabor Mezei · 2 years, 5 months ago
  47. ed1acf6 Apply naming conventions by Gabor Mezei · 2 years, 5 months ago
  48. 5221c04 Change the p256_raw fuction to be testable by Gabor Mezei · 2 years, 5 months ago
  49. ab6ac91 Extract Secp256r1 from the prototype by Gabor Mezei · 2 years, 5 months ago
  50. fe780a3 Merge pull request #7184 from gabor-mezei-arm/6349_Secp224r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  51. 08a9495 Apply naming convention for p224 by Gabor Mezei · 2 years, 5 months ago
  52. 804cfd3 Follow the naming convention by Gabor Mezei · 2 years, 5 months ago
  53. a835d20 Add documentation by Gabor Mezei · 2 years, 5 months ago
  54. e14b5bd Change the ecp_mod_p224_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  55. 66f88a9 Extract Secp224r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
  56. a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 5 months ago
  57. dd55692 ecp_curves: Exposed `mbedtls_ecp_modulus_setup()` through `ecp_invasive.h` by Minos Galanakis · 2 years, 6 months ago
  58. 7e6fcc1 Update documentation by Gabor Mezei · 2 years, 5 months ago
  59. b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  60. b1c62ca Add documentation by Gabor Mezei · 2 years, 6 months ago
  61. 2cb630e Change the ecp_mod_p521_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  62. 0b4b8e3 Update documentation by Gabor Mezei · 2 years, 6 months ago
  63. a264831 Update documentation and add comments by Gabor Mezei · 2 years, 6 months ago
  64. 63aae68 Fix documentation by Gabor Mezei · 2 years, 6 months ago
  65. 2038ce9 Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  66. 9b290b3 Add documentation by Gabor Mezei · 2 years, 6 months ago
  67. deece2b Change the ecp_mod_p192_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  68. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  69. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  70. 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  71. 55c4604 mbedtls_ecp_gen_privkey_mx: rename n_bits to high_bit by Gilles Peskine · 4 years, 4 months ago
  72. 72fcc98 mbedtls_ecp_gen_privkey: create subfunctions for each curve type by Gilles Peskine · 4 years, 4 months ago
  73. 392d101 Clarify some comments by Gilles Peskine · 4 years, 4 months ago
  74. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  75. 80ba850 Create a header file for ECP internal functions by Gilles Peskine · 4 years, 4 months ago