1. db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 10 months ago
  2. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  3. e9c013c Handle if parameters are alised by Gabor Mezei · 2 years, 10 months ago
  4. e5b8585 Follow parameter naming convention by Gabor Mezei · 2 years, 10 months ago
  5. 1c628d5 Follow parameter naming comvention by Gabor Mezei · 2 years, 10 months ago
  6. 3eff425 Use only one limb parameter for assign by Gabor Mezei · 2 years, 10 months ago
  7. cfc0eb8 Remove unused parameter by Gabor Mezei · 2 years, 11 months ago
  8. 9f6615f Remove argument checking from constant time functions by Gabor Mezei · 2 years, 11 months ago
  9. e1d31c4 Add conditional swap and assign function for MPI core by Gabor Mezei · 2 years, 11 months ago
  10. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  11. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  12. 3bd7bc3 Use X rather than A for accumulator-style input (and output!) params, and rename others accordingly by Tom Cosgrove · 2 years, 11 months ago
  13. b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
  14. 2701dea Use mbedtls_ct_mpi_uint_mask() rather than rolling our own by Tom Cosgrove · 2 years, 11 months ago
  15. 67c9247 Move the T++ in mbedtls_mpi_core_montmul() to within the loop body by Tom Cosgrove · 2 years, 11 months ago
  16. f0b2231 Update comments at the end of montmul following Gilles' feedback by Tom Cosgrove · 3 years ago
  17. 9354990 Don't use multiplication by condition in even a semi-constant time function by Tom Cosgrove · 3 years ago
  18. f0c8a8c One statement per line by Tom Cosgrove · 3 years ago
  19. 5dd97e6 Update comments following code review by Tom Cosgrove · 3 years ago
  20. b496486 Reorder functions in bignum_core.[ch] by Tom Cosgrove · 3 years ago
  21. 7259463 Apply the function parameter naming convention by Tom Cosgrove · 3 years ago
  22. f0ffb15 Have mbedtls_mpi_montg_init() take the modulus, rather than just its least significant limb by Tom Cosgrove · 3 years ago
  23. 958fd3d Remove bignum_new.c, moving contents to bignum_core.c by Tom Cosgrove · 3 years ago
  24. 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
  25. c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
  26. af3f39c Fix typos by Janos Follath · 3 years ago
  27. a95f204 Improve documentation by Janos Follath · 3 years ago
  28. ca5688e Improve coding style by Janos Follath · 3 years ago
  29. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  30. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  31. cc93908 Bignum: Declare loop variable in loop head by Janos Follath · 3 years ago
  32. 620c58c Bignum: make const placement consistent by Janos Follath · 3 years ago
  33. c414ba3 Simplify code by Gabor Mezei · 3 years ago
  34. 5a5c0c5 Move the declaration of variables to their scope of usage by Gabor Mezei · 3 years ago
  35. 89e3146 Typo by Gabor Mezei · 3 years ago
  36. 5f56df4 Remove redundant check by Gabor Mezei · 3 years ago
  37. bf9da1d Do not read if output pointer is NULL by Gabor Mezei · 3 years ago
  38. a30b4e5 Bignum: remove duplicate documentation from source by Janos Follath · 3 years ago
  39. 2ab2d3e Inline mpi_core_clear() by Janos Follath · 3 years ago
  40. 56a10f9 Bignum: remove unnecessary NULL pointer checks by Janos Follath · 3 years ago
  41. d089570 Bignum: move internal constants to headers by Janos Follath · 3 years ago
  42. c47c056 Remove VALIDATE macros from bignum_core.c by Janos Follath · 3 years ago
  43. 3ca0775 Bignum: extract bignum_core.h functions by Janos Follath · 3 years ago