1. 16799db update headers by Dave Rodgman · 1 year, 8 months ago
  2. f2334b7 Remove new bignum when not needed by Janos Follath · 1 year, 11 months ago
  3. c98f8d9 Merge branch 'development' into safer-ct5 by Dave Rodgman · 1 year, 11 months ago
  4. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
  5. 9fbb0cf Merge remote-tracking branch 'origin/development' into safer-ct5 by Dave Rodgman · 2 years ago
  6. c4e4958 ecp_curves: Adjusted expected_width inputs to use `BITS_TO_LIMBS` macro. by Minos Galanakis · 2 years ago
  7. 53a16b3 bignum_mod_raw: Updated documentation for mpi_mod_raw_mul by Minos Galanakis · 2 years ago
  8. 8eb6104 bignum_mod_raw: Fixed a documentation typo. by Minos Galanakis · 2 years ago
  9. c7408a4 bignum_mod_raw: Adjusted OPT_RED limb size requirements for mod_raw_mul(). by Minos Galanakis · 2 years ago
  10. 7b10932 bignum_mod_raw: Updated documentation for mbedtls_mpi_mod_raw_mul by Minos Galanakis · 2 years, 1 month ago
  11. 2ed8fb7 ecp_mod_raw: Enabled fast reduction. by Minos Galanakis · 2 years, 1 month ago
  12. cd2e38b Update mbedtls_mpi_safe_cond_(assign|swap) to use new CT interface by Dave Rodgman · 2 years, 2 months ago
  13. 00bd892 bignum: Removed merge scaffolding. by Minos Galanakis · 2 years, 4 months ago
  14. 470f10c Merge pull request #6941 from gabor-mezei-arm/6375_quasi-reduction_function by Gilles Peskine · 2 years, 5 months ago
  15. 9a66ab1 Fix missing declarration by Gabor Mezei · 2 years, 5 months ago
  16. 627e5b1 Only enable fix_quasi_reduction when testing by Gabor Mezei · 2 years, 5 months ago
  17. 9073f7d Remove unneeded check by Gabor Mezei · 2 years, 5 months ago
  18. aaa1d2a Move the quasi reduction fixing function to bignum_mod_raw by Gabor Mezei · 2 years, 5 months ago
  19. 432cacf bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_neg() by Mihir Raj Singh · 2 years, 6 months ago
  20. b0354c5 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_from_mont_rep() by Mihir Raj Singh · 2 years, 6 months ago
  21. 37ece72 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_to_mont_rep() by Mihir Raj Singh · 2 years, 6 months ago
  22. 01e861f bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_write() by Mihir Raj Singh · 2 years, 6 months ago
  23. cd17ff0 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_read() by Mihir Raj Singh · 2 years, 6 months ago
  24. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  25. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  26. e1d8326 Fix representation of mod-random output by Gilles Peskine · 2 years, 7 months ago
  27. 1e2a4d4 Functions to convert raw residues to/from the modulus representation by Gilles Peskine · 2 years, 7 months ago
  28. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 7 months ago
  29. a57cf98 Implement and test mbedtls_mpi_mod_raw_random by Gilles Peskine · 2 years, 7 months ago
  30. 786848b Add low-level Montgomery conversion functions to bignum_core by Tom Cosgrove · 2 years, 7 months ago
  31. 28ff92c Add an explicit mbedtls_mpi_core_montmul_working_limbs() function by Tom Cosgrove · 2 years, 7 months ago
  32. 979d34c Add mod_raw_mul function by Gabor Mezei · 2 years, 7 months ago
  33. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  34. 21fe8bd bignum_mod_raw: Added modular negation. by Minos Galanakis · 2 years, 7 months ago
  35. 5f09930 Clarify use of temporary in mbedtls_mpi_mod_raw_inv_prime() by Tom Cosgrove · 2 years, 7 months ago
  36. 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 7 months ago
  37. d3eed33 Bignum Mod Raw: pass endianness as a parameter by Janos Follath · 2 years, 7 months ago
  38. 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 7 months ago
  39. e4c0a6c Change cast to correct type by Werner Lewis · 2 years, 8 months ago
  40. 1a277d9 Replace comparison with XOR by Werner Lewis · 2 years, 8 months ago
  41. d391b8c Change types and move const before type by Werner Lewis · 2 years, 8 months ago
  42. 9fa91eb Use modulus structure in mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 8 months ago
  43. 0eea827 Rename MPI_CORE(add_mod) to mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 8 months ago
  44. a45b6fe Extract MPI_CORE(add_mod) from the prototype by Hanno Becker · 2 years, 8 months ago
  45. 3411e94 Cas variable to proper type by Gabor Mezei · 2 years, 8 months ago
  46. 4c7cf7d Add low level subtraction with modulus by Gabor Mezei · 2 years, 8 months ago
  47. d9299c3 bignum_mod_raw: Refactored Montgomery conversion functions by Minos Galanakis · 2 years, 8 months ago
  48. 5ad4a93 bignum_mod_raw: Added conversion methods for internal/public data representation by Hanno Becker · 2 years, 11 months ago
  49. 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 8 months ago
  50. db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 9 months ago
  51. e5b8585 Follow parameter naming convention by Gabor Mezei · 2 years, 9 months ago
  52. 1c628d5 Follow parameter naming comvention by Gabor Mezei · 2 years, 9 months ago
  53. 3eff425 Use only one limb parameter for assign by Gabor Mezei · 2 years, 9 months ago
  54. 81e5702 Change the input parameters to be const by Gabor Mezei · 2 years, 9 months ago
  55. cfc0eb8 Remove unused parameter by Gabor Mezei · 2 years, 10 months ago
  56. 63c3282 Remove retrun code from mod_raw_cond_assign/swap by Gabor Mezei · 2 years, 10 months ago
  57. 12071d4 Add conditional assign and swap function for MPI modulus by Gabor Mezei · 2 years, 10 months ago
  58. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  59. af3f39c Fix typos by Janos Follath · 2 years, 11 months ago
  60. a95f204 Improve documentation by Janos Follath · 2 years, 11 months ago
  61. b7a88ec Bignum: Apply naming conventions by Janos Follath · 2 years, 11 months ago
  62. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 2 years, 11 months ago
  63. fd65e82 Rename structure elements by Gabor Mezei · 2 years, 11 months ago
  64. 89e3146 Typo by Gabor Mezei · 2 years, 11 months ago
  65. 296ea66 Bignum: clean up use of enums by Janos Follath · 2 years, 11 months ago
  66. 0ded631 Bignum: extract bignum_mod_raw.h functions by Janos Follath · 2 years, 11 months ago