aboutsummaryrefslogtreecommitdiff
path: root/test/sca/test_zvp.py
Commit message (Expand)AuthorAgeFilesLines
* Remove prints and fix API change in action tree.J08nY2025-06-191-1/+1
* Fix multiples_computed and addition_chain.J08nY2025-06-191-2/+3
* Fix addition chain test.J08nY2025-03-121-1/+1
* Fix multiple mult in rpa context.J08nY2025-03-121-4/+4
* Move to function based Mod dispatch.J08nY2024-07-151-3/+3
* Short circuit in ZVP eliminate_y if already eliminated.J08nY2024-04-031-0/+3
* Get rid of bunch of warnings.J08nY2024-02-011-2/+2
* Move formula expand to work with sets.J08nY2024-01-311-1/+1
* Return a point deterministically for zer ZVP polynomial.J08nY2024-01-241-45/+15
* Add newline.J08nY2024-01-231-1/+1
* Fix PARI DCP solution.J08nY2024-01-231-1/+9
* Add heuristic for PARI stack size allocation.J08nY2024-01-231-0/+8
* Add utility ZVP functions.J08nY2024-01-121-0/+59
* Allow to compute non-affine factor set.J08nY2023-10-021-3/+7
* Split to_affine map to factor_set computation, fix mypy.J08nY2023-10-021-31/+96
* Add filtering of non-homogeneous polynomialsvojtechsu2023-10-021-4/+6
* Unify unroll and unroll with names.J08nY2023-09-301-18/+18
* Add filtering of RPA polynomialsvojtechsu2023-09-291-14/+14
* Add special cases to ZVP point construction.J08nY2023-09-261-3/+5
* Fix affine formula unrolling.J08nY2023-09-211-17/+18
* Add to_affine mapping option to ZVP.J08nY2023-09-211-49/+42
* Bump EFD version and fix formula names.J08nY2023-09-201-2/+7
* Compute formula factor set.J08nY2023-08-311-10/+67
* Fix some deepsource issues.J08nY2023-08-311-2/+0
* Add fast ZVP test.J08nY2023-08-301-1/+22
* Cleanup ZVP computation.J08nY2023-08-291-13/+15
* Add better test for ZVP point construction.J08nY2023-08-291-1/+13
* Add ZVP point computation.J08nY2023-08-291-10/+70
* Move sca tests to pytest.J08nY2023-08-091-20/+10
* Add multiplication-by-n polynomial computation to divpoly.J08nY2023-08-011-136/+1
* Optimize divpoly computation.J08nY2023-07-301-1/+1
* Add multiplication_by_n map computation.J08nY2023-07-301-16/+33
* Add divpoly computation.J08nY2023-07-291-1/+121
* Add ZVP formula unroll.J08nY2023-07-291-0/+21