1. c718a3c Simplify exponent bit selection by Gilles Peskine · 2 years, 9 months ago
  2. d83b5cb Local readability improvements by Gilles Peskine · 2 years, 9 months ago
  3. 0de0a04 Move window precomputation into an auxiliary function by Gilles Peskine · 2 years, 9 months ago
  4. cf979b0 Define variables closer to their use by Gilles Peskine · 2 years, 9 months ago
  5. 7af166b Change E closer to where it's used by Gilles Peskine · 2 years, 9 months ago
  6. 07f2c69 More consistent variable names by Gilles Peskine · 2 years, 9 months ago
  7. 0ec6e3f mpi_core_mod_exp: improve style and documentation by Janos Follath · 2 years, 9 months ago
  8. a77911e core_exp_mod: improve window selection by Janos Follath · 2 years, 10 months ago
  9. 59cbd1b Make mbedtls_mpi_core_ct_uint_table_lookup static by Janos Follath · 2 years, 9 months ago
  10. bad42c4 mpi_core_exp_mod: fix local variable type by Janos Follath · 2 years, 9 months ago
  11. b6673f0 Add modular exponentiation to bignum core by Janos Follath · 2 years, 10 months ago
  12. 2a8bcf8 Add bignum merge scaffolding by Janos Follath · 2 years, 9 months ago
  13. 22cdd0c Update some internal comments by Gilles Peskine · 2 years, 9 months ago
  14. 009d195 Move mbedtls_mpi_core_fill_random to the proper .c file by Gilles Peskine · 2 years, 11 months ago
  15. 8904a2d mpi_core_ct_uint_table_lookup: style and docs by Janos Follath · 2 years, 9 months ago
  16. e50f2f1 Add mbedtls_mpi_core_ct_uint_table_lookup by Janos Follath · 2 years, 9 months ago
  17. 9603dad Merge pull request #6230 from tom-cosgrove-arm/issue-6223-core-add by Gilles Peskine · 2 years, 9 months ago
  18. af7d44b Tidy up, remove MPI_CORE(), apply the naming convention, and use the new mbedtls_mpi_core_add() by Tom Cosgrove · 3 years ago
  19. c988713 Extract MPI_CORE(add) from the prototype by Hanno Becker · 3 years ago
  20. a081c51 Renamed mpi_core_get_mont_R2_unsafe_neg -> mpi_core_get_mont_r2_unsafe_neg by Minos Galanakis · 2 years, 9 months ago
  21. 51d638b bignum_core: Style update by Minos Galanakis · 2 years, 9 months ago
  22. ae4fb67 mbedtls_mpi_core_get_mont_R2_unsafe: Removed NULL input checking by Minos Galanakis · 2 years, 10 months ago
  23. 4f43f61 Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  24. ec440f2 bignum_mod_raw: Ported mbedtls_mpi_get_montgomery_constant_unsafe from prototype by Hanno Becker · 3 years ago
  25. c279b2f Move mbedtls_mpi_core_shift_r to the proper source file by Gilles Peskine · 2 years, 11 months ago
  26. 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
  27. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  28. e9c013c Handle if parameters are alised by Gabor Mezei · 2 years, 10 months ago
  29. e5b8585 Follow parameter naming convention by Gabor Mezei · 2 years, 10 months ago
  30. 1c628d5 Follow parameter naming comvention by Gabor Mezei · 2 years, 10 months ago
  31. 3eff425 Use only one limb parameter for assign by Gabor Mezei · 2 years, 10 months ago
  32. cfc0eb8 Remove unused parameter by Gabor Mezei · 2 years, 11 months ago
  33. 9f6615f Remove argument checking from constant time functions by Gabor Mezei · 2 years, 11 months ago
  34. e1d31c4 Add conditional swap and assign function for MPI core by Gabor Mezei · 2 years, 11 months ago
  35. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  36. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  37. 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
  38. b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
  39. 2701dea Use mbedtls_ct_mpi_uint_mask() rather than rolling our own by Tom Cosgrove · 2 years, 11 months ago
  40. 67c9247 Move the T++ in mbedtls_mpi_core_montmul() to within the loop body by Tom Cosgrove · 3 years ago
  41. f0b2231 Update comments at the end of montmul following Gilles' feedback by Tom Cosgrove · 3 years ago
  42. 9354990 Don't use multiplication by condition in even a semi-constant time function by Tom Cosgrove · 3 years ago
  43. f0c8a8c One statement per line by Tom Cosgrove · 3 years ago
  44. 5dd97e6 Update comments following code review by Tom Cosgrove · 3 years ago
  45. b496486 Reorder functions in bignum_core.[ch] by Tom Cosgrove · 3 years ago
  46. 7259463 Apply the function parameter naming convention by Tom Cosgrove · 3 years ago
  47. f0ffb15 Have mbedtls_mpi_montg_init() take the modulus, rather than just its least significant limb by Tom Cosgrove · 3 years ago
  48. 958fd3d Remove bignum_new.c, moving contents to bignum_core.c by Tom Cosgrove · 3 years ago
  49. 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
  50. c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
  51. af3f39c Fix typos by Janos Follath · 3 years ago
  52. a95f204 Improve documentation by Janos Follath · 3 years ago
  53. ca5688e Improve coding style by Janos Follath · 3 years ago
  54. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  55. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  56. cc93908 Bignum: Declare loop variable in loop head by Janos Follath · 3 years ago
  57. 620c58c Bignum: make const placement consistent by Janos Follath · 3 years ago
  58. c414ba3 Simplify code by Gabor Mezei · 3 years ago
  59. 5a5c0c5 Move the declaration of variables to their scope of usage by Gabor Mezei · 3 years ago
  60. 89e3146 Typo by Gabor Mezei · 3 years ago
  61. 5f56df4 Remove redundant check by Gabor Mezei · 3 years ago
  62. bf9da1d Do not read if output pointer is NULL by Gabor Mezei · 3 years ago
  63. a30b4e5 Bignum: remove duplicate documentation from source by Janos Follath · 3 years ago
  64. 2ab2d3e Inline mpi_core_clear() by Janos Follath · 3 years ago
  65. 56a10f9 Bignum: remove unnecessary NULL pointer checks by Janos Follath · 3 years ago
  66. d089570 Bignum: move internal constants to headers by Janos Follath · 3 years ago
  67. c47c056 Remove VALIDATE macros from bignum_core.c by Janos Follath · 3 years ago
  68. 3ca0775 Bignum: extract bignum_core.h functions by Janos Follath · 3 years ago