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