1. 00bd892 bignum: Removed merge scaffolding. by Minos Galanakis · 2 years, 4 months ago
  2. 8296eab Merge pull request #6957 from tom-cosgrove-arm/fix-spelling-of-doxygen-return by Gilles Peskine · 2 years, 6 months ago
  3. 37dabd5 Fix doxygen return parameter spelling by Tom Cosgrove · 2 years, 6 months ago
  4. 432cacf bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_neg() by Mihir Raj Singh · 2 years, 6 months ago
  5. b0354c5 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_from_mont_rep() by Mihir Raj Singh · 2 years, 6 months ago
  6. 37ece72 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_to_mont_rep() by Mihir Raj Singh · 2 years, 6 months ago
  7. 01e861f bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_write() by Mihir Raj Singh · 2 years, 6 months ago
  8. cd17ff0 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_read() by Mihir Raj Singh · 2 years, 6 months ago
  9. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  10. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  11. 1e2a4d4 Functions to convert raw residues to/from the modulus representation by Gilles Peskine · 2 years, 7 months ago
  12. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 7 months ago
  13. cf86d70 Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mul by Gilles Peskine · 2 years, 7 months ago
  14. 210ea63 Fix documentation by Gabor Mezei · 2 years, 7 months ago
  15. a57cf98 Implement and test mbedtls_mpi_mod_raw_random by Gilles Peskine · 2 years, 7 months ago
  16. 057b458 Merge pull request #6766 from wernerlewis/bignum_mod_docs by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  17. 28ff92c Add an explicit mbedtls_mpi_core_montmul_working_limbs() function by Tom Cosgrove · 2 years, 7 months ago
  18. 95b754d Fix documentation by Gabor Mezei · 2 years, 7 months ago
  19. 979d34c Add mod_raw_mul function by Gabor Mezei · 2 years, 7 months ago
  20. 214ae64 Replace \p with \c for non-parameter code typeset by Werner Lewis · 2 years, 7 months ago
  21. 1d89ebf Clarify all functions operate modulo N by Werner Lewis · 2 years, 7 months ago
  22. a306886 Add modulus to parameter ordering by Werner Lewis · 2 years, 7 months ago
  23. 2e70b9a Reword bignum sizes section by Werner Lewis · 2 years, 7 months ago
  24. 2bd263d Fix grammar and spelling by Werner Lewis · 2 years, 7 months ago
  25. e1eb75d Specify modulus constraints by Werner Lewis · 2 years, 7 months ago
  26. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  27. 5e9d2e9 Add conventions for bignum mod and mod_raw by Werner Lewis · 2 years, 7 months ago
  28. 5e8443e6 mbedtls_mpi_mod_raw_neg: Updated documentation. by Minos Galanakis · 2 years, 7 months ago
  29. 21fe8bd bignum_mod_raw: Added modular negation. by Minos Galanakis · 2 years, 7 months ago
  30. 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 7 months ago
  31. d3eed33 Bignum Mod Raw: pass endianness as a parameter by Janos Follath · 2 years, 8 months ago
  32. 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 8 months ago
  33. abddad4 Add note about aliasing of operands for mbedtls_mpi_mod_raw_add() by Tom Cosgrove · 2 years, 8 months ago
  34. d391b8c Change types and move const before type by Werner Lewis · 2 years, 8 months ago
  35. 9fa91eb Use modulus structure in mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  36. 0eea827 Rename MPI_CORE(add_mod) to mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  37. a45b6fe Extract MPI_CORE(add_mod) from the prototype by Hanno Becker · 2 years, 9 months ago
  38. 02d2313 Fix documentation by Gabor Mezei · 2 years, 8 months ago
  39. 4c7cf7d Add low level subtraction with modulus by Gabor Mezei · 2 years, 8 months ago
  40. d9299c3 bignum_mod_raw: Refactored Montgomery conversion functions by Minos Galanakis · 2 years, 9 months ago
  41. 5ad4a93 bignum_mod_raw: Added conversion methods for internal/public data representation by Hanno Becker · 3 years ago
  42. 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 months ago
  43. 4281ae0 Merge pull request #6373 from gilles-peskine-arm/bignum-core-conventions by Gilles Peskine · 2 years, 9 months ago
  44. 4086de6 Fix documentation by Gabor Mezei · 2 years, 9 months ago
  45. 7aab2fb Add a short description of what each module does by Gilles Peskine · 2 years, 10 months ago
  46. 7f887bd Move license out of Doxygen comment by Gilles Peskine · 2 years, 10 months ago
  47. dba2677 Update documentation by Gabor Mezei · 2 years, 10 months ago
  48. 86dfe38 Fix documentation tags to be lower case by Gabor Mezei · 2 years, 10 months ago
  49. e5b8585 Follow parameter naming convention by Gabor Mezei · 2 years, 10 months ago
  50. 1c628d5 Follow parameter naming comvention by Gabor Mezei · 2 years, 10 months ago
  51. 81e5702 Change the input parameters to be const by Gabor Mezei · 2 years, 10 months ago
  52. 2b5bf4c Fix doumentation by Gabor Mezei · 2 years, 10 months ago
  53. 63c3282 Remove retrun code from mod_raw_cond_assign/swap by Gabor Mezei · 2 years, 10 months ago
  54. 12071d4 Add conditional assign and swap function for MPI modulus by Gabor Mezei · 2 years, 10 months ago
  55. af3f39c Fix typos by Janos Follath · 2 years, 11 months ago
  56. a95f204 Improve documentation by Janos Follath · 2 years, 11 months ago
  57. b7a88ec Bignum: Apply naming conventions by Janos Follath · 2 years, 11 months ago
  58. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 2 years, 11 months ago
  59. 6318468 Improve bignum documentation by Janos Follath · 3 years ago
  60. 0ded631 Bignum: extract bignum_mod_raw.h functions by Janos Follath · 3 years ago
  61. dae1147 Improve Bignum documentation by Janos Follath · 3 years ago
  62. 8ff0729 Fix typos in Bignum documentation by Janos Follath · 3 years ago
  63. 37b0636 Add documentation for new bignum functions by Gabor Mezei · 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