- c8de362 Merge pull request #8665 from ivq/reduce_static_mem by Tom Cosgrove · 1 year, 6 months ago gh-readonly-queue/development/pr-8665-9b272ac1c6e6056a1080ad04713633345bb93ac9
- 4e9683e Reduce many unnecessary static memory consumption by Chien Wong · 1 year, 7 months ago
- a45a399 lib: remove NULL pointer checks performed with MBEDTLS_INTERNAL_VALIDATE[_RET] by Valerio Setti · 1 year, 6 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- c25567a Move variant test to ecp_curves by Janos Follath · 2 years ago
- 59159ab Fix fast quasi-reduction modulo value of p192K1 in comments by Xiaokang Qian · 2 years ago
- 796500e Fix the type cast(size_t to unsigned short) warning by Xiaokang Qian · 2 years ago
- 02a3e03 Declare mbedtls_ecp_fix_negative() always static to fix check_name failures by Xiaokang Qian · 2 years, 1 month ago
- a8d30ac Use new ECP_LIGHT symbol in ecp_curves.c by Xiaokang Qian · 2 years, 1 month ago
- be4d6b6 Fix use of sizeof without brackets in ecp_curves.c by Xiaokang Qian · 2 years, 1 month ago
- 748a362 Revert ecp_curves.c to commit 449bd83 to save code size by Xiaokang Qian · 2 years, 1 month ago
- 73d9840 Rework the clone of ecp_curves.c by Xiaokang Qian · 2 years, 1 month ago
- dc2ea27 Clone the ecp_curve.c file as ecp_curve_new.c by Xiaokang Qian · 2 years, 1 month ago
- 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years ago
- b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years ago
- ec4c91e Move declaration in ecp_mod_koblitz to top by Agathiyan Bragadeesh · 2 years, 1 month ago
- 84eaefa Use designated initializers for mbedtls_mpi by Dave Rodgman · 2 years, 1 month ago
- 053022f Reduce the size of mbedtls_mpi by Gilles Peskine · 2 years, 1 month ago
- c4e4958 ecp_curves: Adjusted expected_width inputs to use `BITS_TO_LIMBS` macro. by Minos Galanakis · 2 years, 1 month ago
- 25d998b ecp_curves: Fixed modp pointers on `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 1 month ago
- 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 1 month ago
- 2a03fd3 bignum_mod: Added a typedef for OPT_RED function pointer. by Minos Galanakis · 2 years, 1 month ago
- 215ed13 Fix 32 bit unreachable code build failure by Paul Elliott · 2 years, 1 month ago
- de87461 ecp_curves: Updated the optimised reduction function pointer. by Minos Galanakis · 2 years, 1 month ago
- 6521095 ecp_curves: Updated `mbedtls_ecp_modulus_setup` to use optimised reduction. by Minos Galanakis · 2 years, 2 months ago
- 1d3e332 ecp_curves: Updated input argument for `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 2 months ago
- 88e16df bignum_mod: Refactored `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 3 months 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
- bed9ac7 Optimise final 2 rounds by Paul Elliott · 2 years, 1 month ago
- b8f7305 Replace sizeof(mbedtls_mpi_uint) with ciL define by Paul Elliott · 2 years, 1 month ago
- 3646dc7 Fix coding style issue by Paul Elliott · 2 years, 1 month ago
- 436f2ad Three round solution by Paul Elliott · 2 years, 2 months ago
- fcdd047 Replace loop zeroise with memset by Xiaokang Qian · 2 years, 2 months ago
- 035e5fc Add comments to 448 optimised reduction by Janos Follath · 2 years, 2 months ago
- 805a0a2 Merge pull request #7591 from minosgalanakis/ecp/6028_xtract_fast_reduction_curve25519 by Paul Elliott · 2 years, 2 months ago
- edc9768 Fix output width of mbedtls_ecp_mod_p448() to 448 bits 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
- 7050662 Correct comment header block by Paul Elliott · 2 years, 2 months ago
- e72bf2d ecp_curves: Adjusted the expected limb size for `ecp_mod_p255()`. by Minos Galanakis · 2 years, 2 months ago
- 3b6bf10 Fix missed renames from N to X by Paul Elliott · 2 years, 2 months ago
- ec00b50 ecp_curves: Adjusted input checking for `ecp_mod_p255`. by Minos Galanakis · 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
- 31f0b45 ecp_curves: Reintroduced input checking for by Minos Galanakis · 2 years, 2 months ago
- 65c386e ecp_curves: Switched to dynamic memory for by Minos Galanakis · 2 years, 2 months ago
- 2daa374 ecp_curves: Minor refactoring of `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
- c05f51d Convert comments over to X rather than N by Paul Elliott · 2 years, 2 months ago
- 6b1f7f1 Use const where appropriate by Paul Elliott · 2 years, 2 months ago
- 235c194 Group memory allocations earlier by Paul Elliott · 2 years, 2 months ago
- 34b08e5 Convert over to using X, X_limbs by Paul Elliott · 2 years, 2 months ago
- 4fa8334 Convert curve 448 to use ecp core functions by Paul Elliott · 2 years, 3 months ago
- caac83c Fix comment by Gabor Mezei · 2 years, 2 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
- a274041 Fix comment by Gabor Mezei · 2 years, 2 months ago
- b6653f3 Update comments by Gabor Mezei · 2 years, 3 months ago
- dcaf99e Add another round in the Koblitz reduction by Gabor Mezei · 2 years, 3 months ago
- 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
- 908f400 Determine special cases in-place in the common Koblitz function by Gabor Mezei · 2 years, 3 months ago
- 47a3c82 Enable curve 448 to be tested by Paul Elliott · 2 years, 3 months ago
- 19c6f47 Allocate the right amount of memory by Gabor Mezei · 2 years, 3 months ago
- fead533 Remove unused macro by Gabor Mezei · 2 years, 3 months ago
- 03367fe Ignore carry since it can not be generated by Gabor Mezei · 2 years, 3 months ago
- d2c0ba1 Fix value in comment by Gabor Mezei · 2 years, 3 months ago
- 7097447 Ensure input parameter size for Koblitz reduction by Gabor Mezei · 2 years, 3 months ago
- 8183c5d Use core API in `ecp_mod_koblitz()` by Gabor Mezei · 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
- f921f4d Use loop for two passes in the reduction by Gabor Mezei · 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
- 0a11ee6 Fix 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
- d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
- 44c6694 Merge pull request #7351 from gabor-mezei-arm/7109_ecp_fast_reduction_testing by Janos Follath · 2 years, 4 months ago
- df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
- 514806b Add a second round of carry reduction for P192 fast reduction by Gabor Mezei · 2 years, 4 months ago
- 68d64a1 ecp_curves: Re-introduced `mbedtls_ecp_fix_negative()` 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
- c18cd0c Merge pull request #7230 from gabor-mezei-arm/6850_Secp256r1_fast_reduction by Janos Follath · 2 years, 4 months ago
- e4710ae Add and fix comments by Gabor Mezei · 2 years, 5 months ago
- 716447f Fix limb size calculation 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
- 5c8505f Fix typos by Tom Cosgrove · 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
- 97803ab Update comment by Gabor Mezei · 2 years, 5 months ago
- aeadc2d Apply naming convention by Gabor Mezei · 2 years, 5 months ago
- 620f0dc Fix for 32-bit by Gabor Mezei · 2 years, 5 months ago
- 08a9495 Apply naming convention for p224 by Gabor Mezei · 2 years, 5 months ago
- 5afb80e Fix coding style issues by Gabor Mezei · 2 years, 5 months ago
- 804cfd3 Follow the naming convention by Gabor Mezei · 2 years, 5 months ago