aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_divpoly.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix multiple mult in rpa context.J08nY2025-03-121-1/+1
|
* Fix DeepSource issues.J08nY2024-07-111-2/+2
|
* Fix divpoly tests.J08nY2024-07-111-11/+14
|
* Pin sympy temporarily until they fix their stuff.J08nY2024-07-101-3/+3
| | | | | https://github.com/sympy/sympy/issues/26789 https://github.com/sympy/sympy/issues/26791
* Fix DeepSourcce issues.J08nY2024-04-161-4/+4
|
* Compute mult-by-n map using PARI impl if available.J08nY2024-01-111-4/+3
|
* Add PARI based divpoly computation.J08nY2024-01-101-57/+147
|
* Move away from pkg_resources.J08nY2023-08-081-1/+1
|
* Move EC tests to pytest fully.J08nY2023-08-081-171/+95
|
* Move to importlib.resources for test data discovery.J08nY2023-08-081-1/+3
|
* Add sagemath test for larg-er divpoly.J08nY2023-08-011-0/+17
|
* Add multiplication-by-n polynomial computation to divpoly.J08nY2023-08-011-0/+169