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