1. 16799db update headers by Dave Rodgman · 1 year, 8 months ago
  2. 00bd892 bignum: Removed merge scaffolding. by Minos Galanakis · 2 years, 4 months ago
  3. b57c908 Shorten the prefix of the test case belongs to the fix quasi-reduction function by Gabor Mezei · 2 years, 5 months ago
  4. 26439bf Revert "Add dependency for generated test cases" by Gabor Mezei · 2 years, 5 months ago
  5. 1e8c210 Add dependency for generated test cases by Gabor Mezei · 2 years, 5 months ago
  6. 246d66b Use reproductable random numbers by Gabor Mezei · 2 years, 5 months ago
  7. 6f96c89 Fix pylint issues by Gabor Mezei · 2 years, 5 months ago
  8. aaa1d2a Move the quasi reduction fixing function to bignum_mod_raw by Gabor Mezei · 2 years, 6 months ago
  9. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  10. 5efe449 More robust dependency filtering by Gilles Peskine · 2 years, 7 months ago
  11. f287366 Simplify logic and document test_cases_for_values by Gilles Peskine · 2 years, 7 months ago
  12. 394da2d Pacify pylint by Gilles Peskine · 2 years, 7 months ago
  13. 6d40e54 Split the high nesting of BignumModRawConvertRep.generate_function_tests by Gilles Peskine · 2 years, 7 months ago
  14. 636809f Fix type declaration by Gilles Peskine · 2 years, 7 months ago
  15. 342b9a9 bignum_mod_raw.py: Added a filtering logic to `BignumModRawConvertRep.generate_function_tests()` by Minos Galanakis · 2 years, 7 months ago
  16. afa7c04 bignum_common.py: Refactored `BignumModRawConvertRep.generate_function_tests()` by Minos Galanakis · 2 years, 7 months ago
  17. ae4d2cf bignum_common.py: Introduce the set_representation setter. by Minos Galanakis · 2 years, 7 months ago
  18. 5689410 bignum_mod_raw: Simplified `BignumModRawCanonicalToFromModulusRep` output expressions. by Minos Galanakis · 2 years, 7 months ago
  19. ad335b5 Fix representation conversion with 32-bit limbs by Gilles Peskine · 2 years, 7 months ago
  20. be69c7d Generate test cases for mpi_mod_raw_modulus_to_canonical_rep as well by Gilles Peskine · 2 years, 7 months ago
  21. 23636ac Generate test cases for mpi_mod_raw_canonical_to_modulus_rep by Gilles Peskine · 2 years, 7 months ago
  22. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 7 months ago
  23. f723754 Fix typos by Tom Cosgrove · 2 years, 7 months ago
  24. b31b2e6 Generate operands in Mongomery representation for the test function by Gabor Mezei · 2 years, 7 months ago
  25. 1133d23 Attempt to pacify pylint in bignum tests by Tom Cosgrove · 2 years, 7 months ago
  26. dbac609 mbedtls_mpi_mod_raw_inv_prime() tests should be arch_split by Tom Cosgrove · 2 years, 7 months ago
  27. 80a334a Add generated tests for mod_raw_mul by Gabor Mezei · 2 years, 7 months ago
  28. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  29. f3abea6 bignum_mod_raw.py: Changed the symbol for modular negation to "-". by Minos Galanakis · 2 years, 7 months ago
  30. 78665eb bignum_mod_raw.py: Added BignumModRawModNegate. by Minos Galanakis · 2 years, 7 months ago
  31. 9d8afd1 Have BignumModRawInvPrime() do Montgomery conversion in arg_a() by Tom Cosgrove · 2 years, 7 months ago
  32. 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 7 months ago
  33. c240600 Separate out to_montgomery and from_montgomery for bignum tests by Tom Cosgrove · 2 years, 7 months ago
  34. 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 7 months ago
  35. 50fc127 Change order of test arguments for bignum_mod_raw to simplify Python script by Tom Cosgrove · 2 years, 8 months ago
  36. 1923009 Add test generation for mbedtls_mpi_mod_raw_add() by Tom Cosgrove · 2 years, 8 months ago
  37. 6b3c0c5 Update the test case generator by Gabor Mezei · 2 years, 8 months ago
  38. c426d9b Add generated test for low level subtraction with modulus by Gabor Mezei · 2 years, 8 months ago
  39. f352c67 Bignum tests: use default dataset in mod_raw by Janos Follath · 2 years, 8 months ago
  40. 8ae7a65 Bignum tests: improve mod descriptions by Janos Follath · 2 years, 8 months ago
  41. 284672c Bignum tests: complete support for unary operators by Janos Follath · 2 years, 8 months ago
  42. 1921fd5 Bignum tests: use arity in bignum_mod_raw by Janos Follath · 2 years, 8 months ago
  43. 4c59d35 Bignum tests: make args use input_style by Janos Follath · 2 years, 8 months ago
  44. 6fa3f06 Bignum Tests: remove OperationCommonArchSplit by Janos Follath · 2 years, 8 months ago
  45. 155ad8c Bignum Tests: remove ModOperationCommonArchSplit by Janos Follath · 2 years, 8 months ago
  46. 948afce Bignum Tests: move ModOperationArchSplit to common by Janos Follath · 2 years, 8 months ago
  47. 5b1dbb4 Bignum Tests: Move ModOperation to common by Janos Follath · 2 years, 8 months ago
  48. 0cd8967 Split test generator base class by Janos Follath · 2 years, 8 months ago
  49. 50de073 bignum_mod_raw.py: Added BignumModRawConvertfromMont by Minos Galanakis · 2 years, 8 months ago
  50. a252f6b bignum_mod_raw.py: Added BignumModRawConvertToMont by Minos Galanakis · 2 years, 8 months ago
  51. 855c228 bignum_mod_raw.py: Moved Classes outside of slots by Minos Galanakis · 2 years, 8 months ago
  52. a461ece bignum_mod_raw.py: Refactoring `BignumModRawOperation` by Minos Galanakis · 2 years, 8 months ago
  53. e9c86a1 bignum_mod_raw.py: Added BignumModRawOperation by Minos Galanakis · 2 years, 8 months ago
  54. d820ca5 Fix bignum test generator class names by Janos Follath · 2 years, 8 months ago
  55. 9cf14cd Make pylint happy by Janos Follath · 2 years, 8 months ago
  56. 1be322a Add merge slots to raw and mod_raw test generation by Janos Follath · 2 years, 8 months ago
  57. df8239b Add script for generating mod_raw test cases by Janos Follath · 2 years, 8 months ago