1. 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 months ago
  2. 4d4c98b bignum_mod: `mbedtls_mpi_mod_modulus_setup()` refactoring. by Minos Galanakis · 2 years, 9 months ago
  3. 771c470 bignum_mod: Style changes by Minos Galanakis · 2 years, 9 months ago
  4. 8b33363 bignum_mod: Updated modulus lifecycle with mm and rr. by Minos Galanakis · 2 years, 10 months ago
  5. 760f5d6 bignum_mod: Updated mbedtls_mpi_mod_modulus_setup/free with new fields by Minos Galanakis · 3 years ago
  6. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  7. a95f204 Improve documentation by Janos Follath · 3 years ago
  8. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  9. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  10. ed5c8d3 Bignum: make modulus value const by Janos Follath · 3 years ago
  11. fd65e82 Rename structure elements by Gabor Mezei · 3 years ago
  12. 56a10f9 Bignum: remove unnecessary NULL pointer checks by Janos Follath · 3 years ago
  13. 296ea66 Bignum: clean up use of enums by Janos Follath · 3 years ago
  14. d1baedb Bignum: extract bignum_mod.h functions by Janos Follath · 3 years ago[Renamed (99%) from library/bignum_new.c]
  15. 0ded631 Bignum: extract bignum_mod_raw.h functions by Janos Follath · 3 years ago
  16. 3ca0775 Bignum: extract bignum_core.h functions by Janos Follath · 3 years ago
  17. dae1147 Improve Bignum documentation by Janos Follath · 3 years ago
  18. 6666914 Revert "Move Bignum macros to common header" by Gabor Mezei · 3 years ago
  19. 37b0636 Add documentation for new bignum functions by Gabor Mezei · 3 years ago
  20. c0b9304 Use value as numerical value instead of bitfield value by Gabor Mezei · 3 years ago
  21. d8f5bc2 Free the correct struct element by Gabor Mezei · 3 years ago
  22. 535f36d Unify parameter naming by Gabor Mezei · 3 years ago
  23. e66b1d4 Typo by Gabor Mezei · 3 years ago
  24. 8b718b5 Add bounds check to residue input by Janos Follath · 3 years ago
  25. 91dc67d Allow (NULL, 0) as a representation of 0 by Janos Follath · 3 years ago
  26. 4670f88 Reuse Bignum helper functions by Janos Follath · 3 years ago
  27. 4614b9a Move Bignum macros to common header by Janos Follath · 3 years ago
  28. f1d617d Add tests for big endian core I/O by Janos Follath · 3 years ago
  29. ba5c139 Add more validation to modulus life cycle by Janos Follath · 3 years ago
  30. 281ccda Clean up mpi_mod_init/free by Janos Follath · 3 years ago
  31. 5005edb Fix typos by Janos Follath · 3 years ago
  32. c5328cf Add a set of I/O functions for the modulus structure by Gabor Mezei · 3 years ago
  33. b903070 Add a set of I/O functions by Gabor Mezei · 3 years ago
  34. f049dbf Add the new modulus and the residue structures by Gabor Mezei · 3 years ago