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