- 057b458 Merge pull request #6766 from wernerlewis/bignum_mod_docs by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 6bb49ba Document const parameter conventions by Werner Lewis · 2 years, 8 months ago
- 756a34a Use lower case for p and r by Werner Lewis · 2 years, 8 months ago
- 0f644f4 Add output initialization requirement by Werner Lewis · 2 years, 8 months ago
- 214ae64 Replace \p with \c for non-parameter code typeset by Werner Lewis · 2 years, 8 months ago
- 1d89ebf Clarify all functions operate modulo N by Werner Lewis · 2 years, 8 months ago
- a306886 Add modulus to parameter ordering by Werner Lewis · 2 years, 8 months ago
- 2e70b9a Reword bignum sizes section by Werner Lewis · 2 years, 8 months ago
- 2bd263d Fix grammar and spelling by Werner Lewis · 2 years, 8 months ago
- 945a165 Clarify output requirements by Werner Lewis · 2 years, 8 months ago
- eac8be7 Remove unnecessary type comment by Werner Lewis · 2 years, 8 months ago
- e1eb75d Specify modulus constraints by Werner Lewis · 2 years, 8 months ago
- eed01aa Clarify wording in documentation by Werner Lewis · 2 years, 8 months ago
- 5e9d2e9 Add conventions for bignum mod and mod_raw by Werner Lewis · 2 years, 8 months ago
- e1b6b7c Implement mbedtls_mpi_mod_add() by Werner Lewis · 2 years, 8 months ago
- 62b2048 Implement mbedtls_mpi_mod_sub() by Tom Cosgrove · 2 years, 8 months ago
- 1f8afa2 Bignum Mod: improve documentation and style by Janos Follath · 2 years, 8 months ago
- 6eb92c0 Bignum Mod: improve documentation and style by Janos Follath · 2 years, 8 months ago
- ee530cc Bignum Mod: improve documentation by Janos Follath · 2 years, 8 months ago
- fc6fbb4 Bignum Mod: improve documentation by Janos Follath · 2 years, 8 months ago
- 41427de Bignum Mod: improve documentation by Janos Follath · 2 years, 8 months ago
- 91295d2 Bignum Mod: remove endianness from modulus by Janos Follath · 2 years, 8 months ago
- 3e3fc91 Bignum Mod: pass endianness as a parameter by Janos Follath · 2 years, 8 months ago
- 8b37545 bignum_mod: Refactored `mbedtls_mpi_mod_read/write()` by Minos Galanakis · 2 years, 8 months ago
- aed832a bignum_mod: Adjusted input checking for `mbedtls_mpi_mod_residue_setup()` by Minos Galanakis · 2 years, 8 months ago
- 81f4b11 bignum_mod: Added `mbedtls_mpi_mod_read/write()` IO functions by Minos Galanakis · 2 years, 9 months ago
- 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 months ago
- cd860df bignum_mod: Added Montgomery constants by Hanno Becker · 3 years ago
- 7aab2fb Add a short description of what each module does by Gilles Peskine · 2 years, 10 months ago
- 7f887bd Move license out of Doxygen comment by Gilles Peskine · 2 years, 10 months ago
- a95f204 Improve documentation by Janos Follath · 3 years ago
- b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
- 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
- ed5c8d3 Bignum: make modulus value const by Janos Follath · 3 years ago
- fd65e82 Rename structure elements by Gabor Mezei · 3 years ago
- 7f93264 Change struct element order by Gabor Mezei · 3 years ago
- 89e3146 Typo by Gabor Mezei · 3 years ago
- 6318468 Improve bignum documentation by Janos Follath · 3 years ago
- 56a10f9 Bignum: remove unnecessary NULL pointer checks by Janos Follath · 3 years ago
- 296ea66 Bignum: clean up use of enums by Janos Follath · 3 years ago
- dae1147 Improve Bignum documentation by Janos Follath · 3 years ago
- 37b0636 Add documentation for new bignum functions by Gabor Mezei · 3 years ago
- 535f36d Unify parameter naming by Gabor Mezei · 3 years ago
- 8b718b5 Add bounds check to residue input by Janos Follath · 3 years ago
- 281ccda Clean up mpi_mod_init/free by Janos Follath · 3 years, 1 month ago
- 5005edb Fix typos by Janos Follath · 3 years, 1 month ago
- c5328cf Add a set of I/O functions for the modulus structure by Gabor Mezei · 3 years, 1 month ago
- f049dbf Add the new modulus and the residue structures by Gabor Mezei · 3 years, 1 month ago