1. 6da3a3b Fix doc regarding aliasing of modulus input to mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 10 months ago
  2. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  3. 4782823 Ensure we explicitly document the modulus for fixed-width arithmetic by Tom Cosgrove · 2 years, 11 months ago
  4. b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 11 months ago
  5. ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  6. 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
  7. 5c0e810 Prefer 'fixed-size' to 'known-size' in doc comments by Tom Cosgrove · 2 years, 11 months ago
  8. b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
  9. 818d992 Note that T must not overlap other parameters of mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  10. 5eefc3d Move macros to come before function declarations by Tom Cosgrove · 3 years ago
  11. 630110a Fix documentation where ciL should be biL by Tom Cosgrove · 3 years ago
  12. ed43c6c In add_if(), B MAY be aliased to A. Also update another comment for consistency. by Tom Cosgrove · 3 years ago
  13. 5dd97e6 Update comments following code review by Tom Cosgrove · 3 years ago
  14. b496486 Reorder functions in bignum_core.[ch] by Tom Cosgrove · 3 years ago
  15. d932de8 Remove incorrect constant-time claim from doc for mbedtls_mpi_core_add_if() by Tom Cosgrove · 3 years ago
  16. ecbb124 Fix incorrect parameter name in mbedtls_mpi_core_add_if() doc comment by Tom Cosgrove · 3 years ago
  17. 7259463 Apply the function parameter naming convention by Tom Cosgrove · 3 years ago
  18. f0ffb15 Have mbedtls_mpi_montg_init() take the modulus, rather than just its least significant limb by Tom Cosgrove · 3 years ago
  19. 9384284 Use mbedtls_mpi_core_montmul() in mpi_montmul() by Tom Cosgrove · 3 years ago
  20. f334d96 Add unit tests for bignum_new.c:mbedtls_mpi_core_montmul() by Tom Cosgrove · 3 years ago
  21. 79b70f6 Make a public version of mpi_montg_init() in bignum_new.c and add unit tests by Tom Cosgrove · 3 years ago
  22. 90c426b Tidy up, removing MPI_CORE(), and using the new mbedtls_mpi_core_mla() by Tom Cosgrove · 3 years ago
  23. 71f4b0d Add bignum_new.c starting with MPI_CORE(montmul) for Montgomery multiplication by Hanno Becker · 3 years ago
  24. 82d3f1e Remove bignum_internal.h, moving contents to bignum_core.h by Tom Cosgrove · 3 years ago
  25. 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
  26. c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
  27. af3f39c Fix typos by Janos Follath · 3 years ago
  28. a95f204 Improve documentation by Janos Follath · 3 years ago
  29. ca5688e Improve coding style by Janos Follath · 3 years ago
  30. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  31. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  32. c414ba3 Simplify code by Gabor Mezei · 3 years ago
  33. 6318468 Improve bignum documentation by Janos Follath · 3 years ago
  34. d089570 Bignum: move internal constants to headers by Janos Follath · 3 years ago
  35. dae1147 Improve Bignum documentation by Janos Follath · 3 years ago
  36. 8ff0729 Fix typos in Bignum documentation by Janos Follath · 3 years ago
  37. 6666914 Revert "Move Bignum macros to common header" by Gabor Mezei · 3 years ago
  38. 37b0636 Add documentation for new bignum functions by Gabor Mezei · 3 years ago
  39. 4670f88 Reuse Bignum helper functions by Janos Follath · 3 years ago
  40. 4614b9a Move Bignum macros to common header by Janos Follath · 3 years ago
  41. b903070 Add a set of I/O functions by Gabor Mezei · 3 years, 1 month ago