1. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  2. 366e685 Remove mbedtls_ prefix from bignum test cases by Gilles Peskine · 2 years, 3 months ago
  3. 83763ab Pacify pylint by Gilles Peskine · 2 years, 8 months ago
  4. 92c5d31 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 8 months ago
  5. ee78b6e For binary operations, test both x op y and y op x by Gilles Peskine · 2 years, 8 months ago
  6. 5b68608 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 9 months ago
  7. ca980c0 Move implementation detail from docstring to comment by Gilles Peskine · 2 years, 10 months ago
  8. 69feebd More precise name for test data generation by Gilles Peskine · 2 years, 10 months ago
  9. 4ed94a4 Use a script specific description in CLI help by Werner Lewis · 2 years, 10 months ago
  10. 64334d9 Update references to file targets in docstrings by Werner Lewis · 2 years, 10 months ago
  11. 38c2491 Add combination_pairs helper function by Werner Lewis · 2 years, 10 months ago
  12. 1965d48 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 10 months ago
  13. 8b2d14b Replace L/R inputs with A/B by Werner Lewis · 2 years, 10 months ago
  14. 46c09a6 Move symbol definition out of __init__ by Werner Lewis · 2 years, 10 months ago
  15. 3edcee7 Use simpler int to hex string conversion by Werner Lewis · 2 years, 11 months ago
  16. e53be35 Remove unused imports by Werner Lewis · 2 years, 11 months ago
  17. 0d07e86 Rework TestGenerator to add file targets by Werner Lewis · 2 years, 11 months ago
  18. 18f94d8 Use `combinations_with_replacement` for inputs by Werner Lewis · 2 years, 11 months ago
  19. 2b0f7d8 Modify wording in docstrings by Werner Lewis · 2 years, 11 months ago
  20. b03420f Clarify documentation by Werner Lewis · 2 years, 11 months ago
  21. b29f59f Disable abstract check in pylint by Werner Lewis · 2 years, 11 months ago
  22. 412c497 Fix TARGET types and code style by Werner Lewis · 2 years, 11 months ago
  23. d77d33d Raise NotImplementedError in abstract methods by Werner Lewis · 2 years, 11 months ago
  24. 478a4ce Use typing casts for fixed-width tuples by Werner Lewis · 2 years, 11 months ago
  25. 9509f44 Add missing typing by Werner Lewis · 2 years, 11 months ago
  26. cace1aa Use __new__() for case counting by Werner Lewis · 2 years, 11 months ago
  27. c34d037 Split generate_tests to reduce code complexity by Werner Lewis · 2 years, 11 months ago
  28. 47e37b3 Use ABCMeta for abstract classes by Werner Lewis · 2 years, 11 months ago
  29. 008d90d Add details to docstrings by Werner Lewis · 2 years, 11 months ago
  30. 1c2a732 Convert bools to int before arithmetic by Werner Lewis · 2 years, 11 months ago
  31. 02998c4 Remove unneeded list concatenation by Werner Lewis · 2 years, 11 months ago
  32. 70d3f3d Remove abbreviations and clarify attributes by Werner Lewis · 2 years, 11 months ago
  33. dcad1e9 Separate common test generation classes/functions by Werner Lewis · 2 years, 11 months ago
  34. 92bb1cd Fix incorrect indentation by Werner Lewis · 3 years ago
  35. f0910ae Remove is None from if statement by Werner Lewis · 3 years ago
  36. d76c5ed Fix type issues by Werner Lewis · 3 years ago
  37. 1bdee22 Remove set() to preserve test case order by Werner Lewis · 3 years ago
  38. 1c413bd Sort tests when generating cases by Werner Lewis · 3 years ago
  39. 5c1173b Add test case generation for bignum add by Werner Lewis · 3 years ago
  40. 423f99b Add test generation for bignum cmp variant by Werner Lewis · 3 years ago
  41. 545911f Add bignum test generation framework by Werner Lewis · 3 years ago