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