aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/ec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add countermeasures.J08nY2025-03-101-0/+79
* Fix codestyle.J08nY2025-03-081-7/+9
* Fix undefined mod test.J08nY2025-03-081-0/+5
* Improve context handling and make some stuff zero copy.J08nY2025-03-081-0/+32
* Remove SwapLadderMultiplier.J08nY2024-08-282-59/+26
* More ladder multipliers.J08nY2024-08-281-12/+22
* Add XDH (X25519, X448).J08nY2024-08-272-35/+200
* Add more metadata to networkx_graph.J08nY2024-08-261-9/+30
* Add parallel version of formula expansion.J08nY2024-08-261-1/+8
* Move library formulas from test to main package.J08nY2024-07-241-3/+3
* Fix Mod -> mod in tests.J08nY2024-07-161-2/+2
* Better print in perf.J08nY2024-07-163-17/+59
* Fix pow in Mod.J08nY2024-07-161-1/+1
* Fix perf.J08nY2024-07-151-3/+3
* Move to function based Mod dispatch.J08nY2024-07-1510-134/+135
* Fix feature flag imports in perf.J08nY2024-07-153-3/+7
* More thorough formula test.J08nY2024-07-151-2/+9
* Add raw profiler.J08nY2024-07-153-3/+3
* Perf test also scalarmult with tracing.J08nY2024-07-151-0/+12
* 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