aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/ec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Save free_symbols call.J08nY2024-07-121-8/+17
* Fix DeepSource issues.J08nY2024-07-111-2/+2
* Fix perf filename for flint.J08nY2024-07-113-6/+6
* Add support for python-flint-based Mod.J08nY2024-07-114-4/+3
* Fix issues from new sympy flint use.J08nY2024-07-112-19/+1
* Fix divpoly tests.J08nY2024-07-111-11/+14
* Pin sympy temporarily until they fix their stuff.J08nY2024-07-101-3/+3
* New tree API.J08nY2024-06-041-1/+1
* Improve execution tree API.J08nY2024-06-041-32/+40
* Fix configuration enumeration.J08nY2024-06-031-1/+0
* Add Ladder sort-of regression test.J08nY2024-05-311-0/+36
* Add bit_length to Mod.J08nY2024-05-271-0/+5
* Fix DeepSourcce issues.J08nY2024-04-163-6/+6
* Add comparison for formulas.J08nY2024-01-311-2/+5
* Rename formula expand.J08nY2024-01-311-2/+2
* Fix formula tests.J08nY2024-01-271-4/+4
* Fix CodeFormula hash.J08nY2024-01-271-2/+11
* Add EFD -> Code transformation.J08nY2024-01-271-3/+8
* Move CodeFormulas.J08nY2024-01-261-0/+13
* Fix OpResult repr.J08nY2024-01-251-1/+10
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-252-1/+90
* 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
* Merge pull request #60 from J08nY/new_formulaJán Jančár2023-12-211-0/+7
|\
| * Add madd-secp256k1-v040vojtechsu2023-12-161-0/+7
* | Fix configs test.J08nY2023-12-161-1/+1
|/
* Add tests for formula similarity metrics.J08nY2023-12-051-14/+12
* Add default partition test.J08nY2023-12-051-0/+7
* Add test for formula expansion.J08nY2023-12-051-0/+14
* Fix typing.J08nY2023-12-051-5/+1
* Unify formula gen and formula tests.J08nY2023-12-051-11/+94
* Integrate formula expansion.J08nY2023-12-051-23/+305
* Add Window multiplier with Booth recoding.J08nY2023-12-013-109/+262
* Speedup tests by using faster formulas.J08nY2023-11-161-20/+20
* Fix assumption eval.J08nY2023-11-071-0/+7
* Make stuff picklable.J08nY2023-10-145-0/+50
* Add Comb multipliers.J08nY2023-10-042-2/+11
* Add fullprecomp multiplier.J08nY2023-10-042-3/+11
* Fix ZVP perf script.J08nY2023-09-231-2/+2
* Bump EFD version and fix formula names.J08nY2023-09-206-21/+21
* Add more curve model transformaations.J08nY2023-08-311-1/+17
* More tests for point coordinate conversion.J08nY2023-08-311-38/+49
* Improve point test coverage.J08nY2023-08-311-10/+15
* Fix some deepsource issues.J08nY2023-08-311-8/+0
* Cleanup ZVP computation.J08nY2023-08-291-0/+4
* Add ZVP point computation.J08nY2023-08-291-1/+0
* Add sliding window multiplier.J08nY2023-08-272-5/+11
* More scalarmult options.J08nY2023-08-273-6/+13
* Add test-vector test to ECDSA.J08nY2023-08-252-1/+33
* Fix issue #14.J08nY2023-08-252-5/+17