aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_mod.py
Commit message (Expand)AuthorAgeFilesLines
* Add equality check via homogenity.J08nY2025-03-281-1/+37
* Allow Mod formatting.J08nY2025-03-201-1/+3
* Fix multiple mult in rpa context.J08nY2025-03-121-7/+6
* Fix undefined mod test.J08nY2025-03-081-0/+5
* Move to function based Mod dispatch.J08nY2024-07-151-45/+46
* Add support for python-flint-based Mod.J08nY2024-07-111-1/+0
* Fix issues from new sympy flint use.J08nY2024-07-111-18/+0
* Add bit_length to Mod.J08nY2024-05-271-0/+5
* Move sca tests to pytest.J08nY2023-08-091-4/+2
* Move EC tests to pytest fully.J08nY2023-08-081-179/+178
* Add __slots__ to Mods.J08nY2023-02-121-0/+3
* Fix failing test after Mod behaviour change.J08nY2022-03-011-2/+5
* Properly raise warnings.J08nY2021-05-191-4/+9
* Implement fixes from DeepSource.J08nY2021-04-101-1/+1
* Use black.J08nY2021-04-101-22/+77
* Speedup RawMod.is_residue by using fast Jacobi symbol impl.J08nY2021-01-301-1/+6
* Fix codestyle and typing issues in tests.J08nY2021-01-201-1/+1
* Introduce symbolic Mod.J08nY2021-01-201-1/+32
* Fixup the packaging, put cfg into a proper subpackage.J08nY2020-12-261-1/+1
* Make certain aspects of the library configurable.J08nY2020-12-171-3/+30
* Make Mod a dynamic class.J08nY2020-12-171-1/+1
* Handle formula assumptions.J08nY2020-12-171-1/+2
* Add testing of GMP and non-GMP into Travis.J08nY2020-12-101-1/+12
* Add support for GMP modular arithmetic.J08nY2020-12-101-1/+1
* Add PicoScope 3000 support (partial).J08nY2020-07-011-0/+6
* Fix type errors and increase code coverage.J08nY2020-06-141-0/+11
* Add docs and tests to the ECTester target.J08nY2020-06-131-1/+17
* Raise code coverage for Mod.J08nY2019-04-221-2/+28
* Add more tests and cleanup some typing errors.J08nY2019-03-211-0/+30