1. 676766f Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mul by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  2. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  3. eb2e77f Document modulus representation selectors by Gilles Peskine · 2 years, 8 months ago
  4. 6a31b72 Fix documentation by Gabor Mezei · 2 years, 8 months ago
  5. 9db81e9 Add mod_mul function by Gabor Mezei · 2 years, 8 months ago
  6. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 8 months ago
  7. b1eea02 Implement and test mbedtls_mpi_mod_random by Gilles Peskine · 2 years, 8 months ago
  8. 057b458 Merge pull request #6766 from wernerlewis/bignum_mod_docs by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  9. 6bb49ba Document const parameter conventions by Werner Lewis · 2 years, 8 months ago
  10. d692ba4 Note that (as usual) for mbedtls_mpi_mod_inv() residues must be associated with the modulus by Tom Cosgrove · 2 years, 8 months ago
  11. 4302d02 Add mbedtls_mpi_mod_inv() by Tom Cosgrove · 2 years, 8 months ago
  12. 756a34a Use lower case for p and r by Werner Lewis · 2 years, 8 months ago
  13. 0f644f4 Add output initialization requirement by Werner Lewis · 2 years, 8 months ago
  14. 214ae64 Replace \p with \c for non-parameter code typeset by Werner Lewis · 2 years, 8 months ago
  15. 1d89ebf Clarify all functions operate modulo N by Werner Lewis · 2 years, 8 months ago
  16. a306886 Add modulus to parameter ordering by Werner Lewis · 2 years, 8 months ago
  17. 2e70b9a Reword bignum sizes section by Werner Lewis · 2 years, 8 months ago
  18. 2bd263d Fix grammar and spelling by Werner Lewis · 2 years, 8 months ago
  19. 945a165 Clarify output requirements by Werner Lewis · 2 years, 8 months ago
  20. eac8be7 Remove unnecessary type comment by Werner Lewis · 2 years, 8 months ago
  21. e1eb75d Specify modulus constraints by Werner Lewis · 2 years, 8 months ago
  22. eed01aa Clarify wording in documentation by Werner Lewis · 2 years, 8 months ago
  23. 5e9d2e9 Add conventions for bignum mod and mod_raw by Werner Lewis · 2 years, 8 months ago
  24. e1b6b7c Implement mbedtls_mpi_mod_add() by Werner Lewis · 2 years, 8 months ago
  25. 62b2048 Implement mbedtls_mpi_mod_sub() by Tom Cosgrove · 2 years, 8 months ago
  26. 1f8afa2 Bignum Mod: improve documentation and style by Janos Follath · 2 years, 8 months ago
  27. 6eb92c0 Bignum Mod: improve documentation and style by Janos Follath · 2 years, 8 months ago
  28. ee530cc Bignum Mod: improve documentation by Janos Follath · 2 years, 8 months ago
  29. fc6fbb4 Bignum Mod: improve documentation by Janos Follath · 2 years, 8 months ago
  30. 41427de Bignum Mod: improve documentation by Janos Follath · 2 years, 8 months ago
  31. 91295d2 Bignum Mod: remove endianness from modulus by Janos Follath · 2 years, 8 months ago
  32. 3e3fc91 Bignum Mod: pass endianness as a parameter by Janos Follath · 2 years, 8 months ago
  33. 8b37545 bignum_mod: Refactored `mbedtls_mpi_mod_read/write()` by Minos Galanakis · 2 years, 8 months ago
  34. aed832a bignum_mod: Adjusted input checking for `mbedtls_mpi_mod_residue_setup()` by Minos Galanakis · 2 years, 8 months ago
  35. 81f4b11 bignum_mod: Added `mbedtls_mpi_mod_read/write()` IO functions by Minos Galanakis · 2 years, 9 months ago
  36. 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 months ago
  37. cd860df bignum_mod: Added Montgomery constants by Hanno Becker · 3 years ago
  38. 7aab2fb Add a short description of what each module does by Gilles Peskine · 2 years, 10 months ago
  39. 7f887bd Move license out of Doxygen comment by Gilles Peskine · 2 years, 10 months ago
  40. a95f204 Improve documentation by Janos Follath · 3 years ago
  41. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  42. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  43. ed5c8d3 Bignum: make modulus value const by Janos Follath · 3 years ago
  44. fd65e82 Rename structure elements by Gabor Mezei · 3 years ago
  45. 7f93264 Change struct element order by Gabor Mezei · 3 years ago
  46. 89e3146 Typo by Gabor Mezei · 3 years ago
  47. 6318468 Improve bignum documentation by Janos Follath · 3 years ago
  48. 56a10f9 Bignum: remove unnecessary NULL pointer checks by Janos Follath · 3 years ago
  49. 296ea66 Bignum: clean up use of enums by Janos Follath · 3 years ago
  50. dae1147 Improve Bignum documentation by Janos Follath · 3 years ago
  51. 37b0636 Add documentation for new bignum functions by Gabor Mezei · 3 years ago
  52. 535f36d Unify parameter naming by Gabor Mezei · 3 years ago
  53. 8b718b5 Add bounds check to residue input by Janos Follath · 3 years ago
  54. 281ccda Clean up mpi_mod_init/free by Janos Follath · 3 years, 1 month ago
  55. 5005edb Fix typos by Janos Follath · 3 years, 1 month ago
  56. c5328cf Add a set of I/O functions for the modulus structure by Gabor Mezei · 3 years, 1 month ago
  57. f049dbf Add the new modulus and the residue structures by Gabor Mezei · 3 years, 1 month ago