- 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
- bf50636 Revert the illustration and remove unnecessary code by Gabor Mezei · 2 years, 5 months ago
- 73e8553 Add comments to illustrate the second round of carry reduction is unnecessary by Gabor Mezei · 2 years, 5 months ago
- a835d20 Add documentation by Gabor Mezei · 2 years, 5 months ago
- aef0f2d Fix limb size calculation by Gabor Mezei · 2 years, 6 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, 6 months ago
- d2ca802 ecp_curves: Added `mbedtls_ecp_modulus_setup()`. by Minos Galanakis · 2 years, 6 months ago
- ac70ad6 Fix coding style by Gabor Mezei · 2 years, 5 months ago
- cf22870 Restrict input parameter size for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
- d10d429 Stack usage optimization for mod_p521 by Gabor Mezei · 2 years, 6 months ago
- fe24e91 mod_p521: document reduction algorithm by Janos Follath · 2 years, 6 months ago
- 666673e modp521: apply naming conventions by Janos Follath · 2 years, 6 months ago
- 13c3aa1 Revert changes to mod_p521 flow by Janos Follath · 2 years, 6 months ago
- 6bfbd36 Fix coding style issues by Gabor Mezei · 2 years, 6 months ago
- b62ad5d Rename function to follow naming convention 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
- 8450ab9 Fix Secp521r1 reduction by Gabor Mezei · 2 years, 6 months ago
- 42df16c Extract Secp521r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
- e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
- a264831 Update documentation and add comments by Gabor Mezei · 2 years, 6 months ago
- 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
- 2038ce9 Rename function to follow naming convention 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
- b5bba49 Extract Secp192r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
- e9fa7a7 ecp_curves: Update pre-processor define guards for `ecp_mpi_load()`. by Minos Galanakis · 2 years, 6 months ago
- 146fed9 ecp_curves: Hardcode Montgomery const for curve448. by Minos Galanakis · 2 years, 7 months ago
- bececeb ecp_curves: Hardcod Montgomery const for curve25519 by Minos Galanakis · 2 years, 7 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
- 82d3f1e Remove bignum_internal.h, moving contents to bignum_core.h by Tom Cosgrove · 3 years ago
- 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
- aa68d36 Fix order value for curve x448. by Pol Henarejos · 3 years, 3 months ago
- 0dbf04a Remove unnecessary memory operations in p25519 quasireduction by Hanno Becker · 3 years, 4 months ago
- 127fcab Fail gracefully upon unexpectedly large input to p25519 reduction by Hanno Becker · 3 years, 4 months ago
- bb04cb9 Fix check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
- d830feb Simplify check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
- 2ef0cff Fix size check in p25519 modular reduction by Hanno Becker · 3 years, 4 months ago
- 53b3c60 Move `const` keyword prior to type name by Hanno Becker · 3 years, 4 months ago
- e9dd9a1 Use size_t for number of limbs by Hanno Becker · 3 years, 4 months ago
- 6454993 Safeguard against calling p255 reduction with single-width MPI by Hanno Becker · 3 years, 4 months ago
- 25bb732 Simplify x25519 reduction using internal bignum MLA helper by Hanno Becker · 3 years, 4 months ago
- 1107ee4 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
- 8b8b781 Use mbedtls_mpi_lset() more by Janos Follath · 4 years, 1 month ago
- 8c70e81 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
- 06215ea Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 2d457b8 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 2389a60 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- ba9cb76 static initialize comb table by kXuan · 4 years, 4 months ago
- ff6a32d Fix low-probability arithmetic error in ECC by Gilles Peskine · 4 years, 4 months ago
- 349b372 Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years, 4 months ago
- 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
- b76517b Cosmetic improvement by Gilles Peskine · 4 years, 5 months ago
- d10e8fa Optimize fix_negative by Gilles Peskine · 5 years ago
- e54be3a Fix uncaught error if fix_negative fails by Gilles Peskine · 5 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- aa9493a Add guards around code that is specific to dynamically-loaded groups by Gilles Peskine · 7 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
- 56a74cd Replace 0 by MBEDTLS_ECP_DP_NONE to avoid IAR compiler complains by Alexander K · 6 years ago
- 77233ec Fix misprint by Alexander K · 6 years ago
- 79a11fa Explicitly nullify grp->id instead of freeing. by Alexander K · 6 years ago
- 1f5e6ab Remove extra mbedtls_ecp_group_free() call since the grp is free by Alexander K · 6 years ago
- 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
- 4f8e8e5 Implement parameter validation for ECP module by Hanno Becker · 7 years ago
- be2371c Merge branch 'pr_348' into development-proposed by Gilles Peskine · 7 years ago
- 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
- 18b7843 Fix a typo in a comment by Manuel Pégourié-Gonnard · 7 years ago
- 54fc34e Include order of Curve25519 base point in curve data by Nicholas Wilson · 9 years ago
- b069753 ECP: Add module and function level replacement options. by Janos Follath · 9 years ago
- 7dadc2f ECP: Prevent freeing a buffer on stack by Janos Follath · 9 years ago
- 0223ab9 Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- 20af64d Still need to #define inline for MSVC by Manuel Pégourié-Gonnard · 10 years ago
- 2505528 Rm obsolete defines for inline wiht MSVC by Manuel Pégourié-Gonnard · 10 years ago
- 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
- c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
- e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
- 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
- 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
- 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
- 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
- a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
- 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
- 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
- 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago