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