1. 47a3c82 Enable curve 448 to be tested by Paul Elliott · 2 years, 3 months ago
  2. 91a6183 Merge pull request #7427 from minosgalanakis/ecp/7258_ecp_mod_p256K1_add_test_cases by Janos Follath · 2 years, 3 months ago
  3. 9c2c81f ecp_curves: Renamed `ecp_mod_p256k1` -> `mbedtls_ecp_mod_p256k1` by Minos Galanakis · 2 years, 4 months ago
  4. d6751dc ecp_curves: Added unit-tests for `secp256k1` by Minos Galanakis · 2 years, 4 months ago
  5. 53c6553 Merge pull request #7450 from xkqian/bignumber_ecp_update by Janos Follath · 2 years, 3 months ago
  6. 9d80879 ecp_curves: Introduced `mbedtls_ecp_mod_p224k1()` by Minos Galanakis · 2 years, 4 months ago
  7. e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
  8. 3c3b94a Merge pull request #7424 from gabor-mezei-arm/7256_unit_tests_for_p192k1 by Janos Follath · 2 years, 4 months ago
  9. a089614 Update gen_prvkey_mx paras to align with comments and c code by Xiaokang Qian · 2 years, 4 months ago
  10. 1237a34 Use macro guard for function declaration by Gabor Mezei · 2 years, 4 months ago
  11. 83669d9 Add a testable function for ecp_mod_p192k1 by Gabor Mezei · 2 years, 4 months ago
  12. 0c477d3 test: include also test_suite_ecp for the coverage analysis by Valerio Setti · 2 years, 4 months ago
  13. df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
  14. f9fca53 ecp_curves: Updated ecp_mod_p384_raw documentation by Minos Galanakis · 2 years, 4 months ago
  15. 37f4cb6 ecp_curves: Minor rework for p384 by Minos Galanakis · 2 years, 5 months ago
  16. 6fb105f ecp_curves: Ported prototypes by Minos Galanakis · 2 years, 5 months ago
  17. d1f16b9 Add documentation by Gabor Mezei · 2 years, 5 months ago
  18. ed1acf6 Apply naming conventions by Gabor Mezei · 2 years, 5 months ago
  19. 5221c04 Change the p256_raw fuction to be testable by Gabor Mezei · 2 years, 5 months ago
  20. ab6ac91 Extract Secp256r1 from the prototype by Gabor Mezei · 2 years, 5 months ago
  21. fe780a3 Merge pull request #7184 from gabor-mezei-arm/6349_Secp224r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  22. 08a9495 Apply naming convention for p224 by Gabor Mezei · 2 years, 5 months ago
  23. 804cfd3 Follow the naming convention by Gabor Mezei · 2 years, 5 months ago
  24. a835d20 Add documentation by Gabor Mezei · 2 years, 5 months ago
  25. e14b5bd Change the ecp_mod_p224_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  26. 66f88a9 Extract Secp224r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
  27. a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 6 months ago
  28. dd55692 ecp_curves: Exposed `mbedtls_ecp_modulus_setup()` through `ecp_invasive.h` by Minos Galanakis · 2 years, 6 months ago
  29. 7e6fcc1 Update documentation by Gabor Mezei · 2 years, 6 months ago
  30. b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  31. b1c62ca Add documentation by Gabor Mezei · 2 years, 6 months ago
  32. 2cb630e Change the ecp_mod_p521_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  33. 0b4b8e3 Update documentation by Gabor Mezei · 2 years, 6 months ago
  34. a264831 Update documentation and add comments by Gabor Mezei · 2 years, 6 months ago
  35. 63aae68 Fix documentation by Gabor Mezei · 2 years, 6 months ago
  36. 2038ce9 Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  37. 9b290b3 Add documentation by Gabor Mezei · 2 years, 6 months ago
  38. deece2b Change the ecp_mod_p192_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  39. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  40. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  41. 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  42. 55c4604 mbedtls_ecp_gen_privkey_mx: rename n_bits to high_bit by Gilles Peskine · 4 years, 4 months ago
  43. 72fcc98 mbedtls_ecp_gen_privkey: create subfunctions for each curve type by Gilles Peskine · 4 years, 4 months ago
  44. 392d101 Clarify some comments by Gilles Peskine · 4 years, 4 months ago
  45. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  46. 80ba850 Create a header file for ECP internal functions by Gilles Peskine · 4 years, 4 months ago