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