1. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  2. e1d8326 Fix representation of mod-random output by Gilles Peskine · 2 years, 7 months ago
  3. 1e2a4d4 Functions to convert raw residues to/from the modulus representation by Gilles Peskine · 2 years, 7 months ago
  4. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 7 months ago
  5. a57cf98 Implement and test mbedtls_mpi_mod_raw_random by Gilles Peskine · 2 years, 8 months ago
  6. 786848b Add low-level Montgomery conversion functions to bignum_core by Tom Cosgrove · 2 years, 8 months ago
  7. 28ff92c Add an explicit mbedtls_mpi_core_montmul_working_limbs() function by Tom Cosgrove · 2 years, 8 months ago
  8. 979d34c Add mod_raw_mul function by Gabor Mezei · 2 years, 8 months ago
  9. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  10. 21fe8bd bignum_mod_raw: Added modular negation. by Minos Galanakis · 2 years, 8 months ago
  11. 5f09930 Clarify use of temporary in mbedtls_mpi_mod_raw_inv_prime() by Tom Cosgrove · 2 years, 8 months ago
  12. 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 8 months ago
  13. d3eed33 Bignum Mod Raw: pass endianness as a parameter by Janos Follath · 2 years, 8 months ago
  14. 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 8 months ago
  15. e4c0a6c Change cast to correct type by Werner Lewis · 2 years, 9 months ago
  16. 1a277d9 Replace comparison with XOR by Werner Lewis · 2 years, 9 months ago
  17. d391b8c Change types and move const before type by Werner Lewis · 2 years, 9 months ago
  18. 9fa91eb Use modulus structure in mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  19. 0eea827 Rename MPI_CORE(add_mod) to mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  20. a45b6fe Extract MPI_CORE(add_mod) from the prototype by Hanno Becker · 2 years, 9 months ago
  21. 3411e94 Cas variable to proper type by Gabor Mezei · 2 years, 9 months ago
  22. 4c7cf7d Add low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago
  23. d9299c3 bignum_mod_raw: Refactored Montgomery conversion functions by Minos Galanakis · 2 years, 9 months ago
  24. 5ad4a93 bignum_mod_raw: Added conversion methods for internal/public data representation by Hanno Becker · 3 years ago
  25. 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 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, 9 months ago
  27. e5b8585 Follow parameter naming convention by Gabor Mezei · 2 years, 10 months ago
  28. 1c628d5 Follow parameter naming comvention by Gabor Mezei · 2 years, 10 months ago
  29. 3eff425 Use only one limb parameter for assign by Gabor Mezei · 2 years, 10 months ago
  30. 81e5702 Change the input parameters to be const by Gabor Mezei · 2 years, 10 months ago
  31. cfc0eb8 Remove unused parameter by Gabor Mezei · 2 years, 11 months ago
  32. 63c3282 Remove retrun code from mod_raw_cond_assign/swap by Gabor Mezei · 2 years, 11 months ago
  33. 12071d4 Add conditional assign and swap function for MPI modulus by Gabor Mezei · 2 years, 11 months ago
  34. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  35. af3f39c Fix typos by Janos Follath · 3 years ago
  36. a95f204 Improve documentation by Janos Follath · 3 years ago
  37. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  38. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  39. fd65e82 Rename structure elements by Gabor Mezei · 3 years ago
  40. 89e3146 Typo by Gabor Mezei · 3 years ago
  41. 296ea66 Bignum: clean up use of enums by Janos Follath · 3 years ago
  42. 0ded631 Bignum: extract bignum_mod_raw.h functions by Janos Follath · 3 years ago