1. 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 months ago
  2. 909e03c Bignum core: fill_random: prototype by Gilles Peskine · 2 years, 9 months ago
  3. 8904a2d mpi_core_ct_uint_table_lookup: style and docs by Janos Follath · 2 years, 9 months ago
  4. e50f2f1 Add mbedtls_mpi_core_ct_uint_table_lookup by Janos Follath · 2 years, 9 months ago
  5. 9603dad Merge pull request #6230 from tom-cosgrove-arm/issue-6223-core-add by Gilles Peskine · 2 years, 9 months ago
  6. 82f1310 Update documentation following review comment by Tom Cosgrove · 2 years, 9 months ago
  7. af7d44b Tidy up, remove MPI_CORE(), apply the naming convention, and use the new mbedtls_mpi_core_add() by Tom Cosgrove · 3 years ago
  8. c988713 Extract MPI_CORE(add) from the prototype by Hanno Becker · 3 years ago
  9. a081c51 Renamed mpi_core_get_mont_R2_unsafe_neg -> mpi_core_get_mont_r2_unsafe_neg by Minos Galanakis · 2 years, 9 months ago
  10. 51d638b bignum_core: Style update by Minos Galanakis · 2 years, 9 months ago
  11. ae4fb67 mbedtls_mpi_core_get_mont_R2_unsafe: Removed NULL input checking by Minos Galanakis · 2 years, 9 months ago
  12. b85506e bignum_core.h: Comment update for mbedtls_mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 9 months ago
  13. 4f43f61 Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 9 months ago
  14. ec440f2 bignum_mod_raw: Ported mbedtls_mpi_get_montgomery_constant_unsafe from prototype by Hanno Becker · 3 years ago
  15. abc6fbb Fix brief description by Gilles Peskine · 2 years, 9 months ago
  16. 6641420 Bignum core: Break shift_r function out of the classic shift_r by Gilles Peskine · 2 years, 10 months ago
  17. 4281ae0 Merge pull request #6373 from gilles-peskine-arm/bignum-core-conventions by Gilles Peskine · 2 years, 9 months ago
  18. dcd1717 Forbid aliasing outputs by Gilles Peskine · 2 years, 10 months ago
  19. 4086de6 Fix documentation by Gabor Mezei · 2 years, 10 months ago
  20. 01af3dd Fixed confusion between number size and limb size; define limb by Gilles Peskine · 2 years, 10 months ago
  21. 2926484 Describe generic conventions for the bignum core module by Gilles Peskine · 2 years, 10 months ago
  22. 7aab2fb Add a short description of what each module does by Gilles Peskine · 2 years, 10 months ago
  23. 7f887bd Move license out of Doxygen comment by Gilles Peskine · 2 years, 10 months ago
  24. dba2677 Update documentation by Gabor Mezei · 2 years, 10 months ago
  25. 86dfe38 Fix documentation tags to be lower case by Gabor Mezei · 2 years, 10 months ago
  26. e5b8585 Follow parameter naming convention by Gabor Mezei · 2 years, 10 months ago
  27. 1c628d5 Follow parameter naming comvention by Gabor Mezei · 2 years, 10 months ago
  28. 3eff425 Use only one limb parameter for assign by Gabor Mezei · 2 years, 10 months ago
  29. 2b5bf4c Fix doumentation by Gabor Mezei · 2 years, 10 months ago
  30. f4dd3b6 Fix documentation by Gabor Mezei · 2 years, 11 months ago
  31. cfc0eb8 Remove unused parameter by Gabor Mezei · 2 years, 11 months ago
  32. 9f6615f Remove argument checking from constant time functions by Gabor Mezei · 2 years, 11 months ago
  33. e1d31c4 Add conditional swap and assign function for MPI core by Gabor Mezei · 2 years, 11 months ago
  34. 6da3a3b Fix doc regarding aliasing of modulus input to mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 10 months ago
  35. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  36. 4782823 Ensure we explicitly document the modulus for fixed-width arithmetic by Tom Cosgrove · 2 years, 10 months ago
  37. b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 10 months ago
  38. ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 10 months ago
  39. 3bd7bc3 Use X rather than A for accumulator-style input (and output!) params, and rename others accordingly by Tom Cosgrove · 2 years, 11 months ago
  40. 5c0e810 Prefer 'fixed-size' to 'known-size' in doc comments by Tom Cosgrove · 2 years, 11 months ago
  41. b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
  42. 818d992 Note that T must not overlap other parameters of mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  43. 5eefc3d Move macros to come before function declarations by Tom Cosgrove · 2 years, 11 months ago
  44. 630110a Fix documentation where ciL should be biL by Tom Cosgrove · 2 years, 11 months ago
  45. ed43c6c In add_if(), B MAY be aliased to A. Also update another comment for consistency. by Tom Cosgrove · 2 years, 11 months ago
  46. 5dd97e6 Update comments following code review by Tom Cosgrove · 2 years, 11 months ago
  47. b496486 Reorder functions in bignum_core.[ch] by Tom Cosgrove · 2 years, 11 months ago
  48. d932de8 Remove incorrect constant-time claim from doc for mbedtls_mpi_core_add_if() by Tom Cosgrove · 3 years ago
  49. ecbb124 Fix incorrect parameter name in mbedtls_mpi_core_add_if() doc comment by Tom Cosgrove · 3 years ago
  50. 7259463 Apply the function parameter naming convention by Tom Cosgrove · 3 years ago
  51. f0ffb15 Have mbedtls_mpi_montg_init() take the modulus, rather than just its least significant limb by Tom Cosgrove · 3 years ago
  52. 9384284 Use mbedtls_mpi_core_montmul() in mpi_montmul() by Tom Cosgrove · 3 years ago
  53. f334d96 Add unit tests for bignum_new.c:mbedtls_mpi_core_montmul() by Tom Cosgrove · 3 years ago
  54. 79b70f6 Make a public version of mpi_montg_init() in bignum_new.c and add unit tests by Tom Cosgrove · 3 years ago
  55. 90c426b Tidy up, removing MPI_CORE(), and using the new mbedtls_mpi_core_mla() by Tom Cosgrove · 3 years ago
  56. 71f4b0d Add bignum_new.c starting with MPI_CORE(montmul) for Montgomery multiplication by Hanno Becker · 3 years ago
  57. 82d3f1e Remove bignum_internal.h, moving contents to bignum_core.h by Tom Cosgrove · 3 years ago
  58. 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
  59. c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
  60. af3f39c Fix typos by Janos Follath · 3 years ago
  61. a95f204 Improve documentation by Janos Follath · 3 years ago
  62. ca5688e Improve coding style by Janos Follath · 3 years ago
  63. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  64. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  65. c414ba3 Simplify code by Gabor Mezei · 3 years ago
  66. 6318468 Improve bignum documentation by Janos Follath · 3 years ago
  67. d089570 Bignum: move internal constants to headers by Janos Follath · 3 years ago
  68. dae1147 Improve Bignum documentation by Janos Follath · 3 years ago
  69. 8ff0729 Fix typos in Bignum documentation by Janos Follath · 3 years ago
  70. 6666914 Revert "Move Bignum macros to common header" by Gabor Mezei · 3 years ago
  71. 37b0636 Add documentation for new bignum functions by Gabor Mezei · 3 years ago
  72. 4670f88 Reuse Bignum helper functions by Janos Follath · 3 years ago
  73. 4614b9a Move Bignum macros to common header by Janos Follath · 3 years ago
  74. b903070 Add a set of I/O functions by Gabor Mezei · 3 years ago